mirror of
https://github.com/Mastermindzh/tidal-hifi.git
synced 2024-11-22 13:32:42 +01:00
Fixed chromium mediaSession instance showing up. fixes #338
This commit is contained in:
parent
4da6d9feda
commit
317a685813
@ -12,6 +12,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|||||||
- Discord now reacts to pausing/unpausing events
|
- Discord now reacts to pausing/unpausing events
|
||||||
- Refactored media info updates so it only updates the required info, fixes #342, #306
|
- Refactored media info updates so it only updates the required info, fixes #342, #306
|
||||||
- Added 5.9.0 logs/versions/migrations
|
- Added 5.9.0 logs/versions/migrations
|
||||||
|
- Fixed chromium mediaSession instance showing up. fixes #338
|
||||||
|
|
||||||
## [5.8.0]
|
## [5.8.0]
|
||||||
|
|
||||||
|
@ -9,6 +9,7 @@ import { Logger } from "../logger";
|
|||||||
*/
|
*/
|
||||||
export function setDefaultFlags(app: App) {
|
export function setDefaultFlags(app: App) {
|
||||||
setFlag(app, "disable-seccomp-filter-sandbox");
|
setFlag(app, "disable-seccomp-filter-sandbox");
|
||||||
|
setFlag(app, "disable-features", "MediaSessionService");
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user