mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
add media session/mpris
This commit is contained in:
parent
76805a0b19
commit
97ccf3bc6d
4 changed files with 105 additions and 11 deletions
|
|
@ -130,7 +130,7 @@ ipcMain.on(
|
|||
}
|
||||
|
||||
if (shuffle) {
|
||||
mprisPlayer.shuffle = shuffle;
|
||||
mprisPlayer.shuffle = shuffle !== 'none';
|
||||
}
|
||||
|
||||
if (!song) return;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue