mirror of
https://github.com/AvengeMedia/DankMaterialShell.git
synced 2026-08-02 03:28:28 -04:00
refactor: unify media control calls to MprisController sync
(cherry picked from commit 6cc574ea5b)
This commit is contained in:
@@ -531,9 +531,7 @@ Item {
|
||||
}
|
||||
|
||||
function next(): void {
|
||||
if (MprisController.activePlayer && MprisController.activePlayer.canGoNext) {
|
||||
MprisController.activePlayer.next();
|
||||
}
|
||||
MprisController.next();
|
||||
}
|
||||
|
||||
function stop(): void {
|
||||
|
||||
Reference in New Issue
Block a user