mirror of
https://github.com/th-ch/youtube-music.git
synced 2026-01-17 05:02:06 +00:00
fix: typo
This commit is contained in:
@ -55,7 +55,7 @@ function registerShortcuts(win, options) {
|
|||||||
}
|
}
|
||||||
});
|
});
|
||||||
MPRISPlayer.on("pause", () => {
|
MPRISPlayer.on("pause", () => {
|
||||||
if (MPRISPlayer.playbackStatus === 'Playing') {
|
if (MPRISPlayer.playbackStatus !== 'Paused') {
|
||||||
MPRISPlayer.playbackStatus = 'Paused';
|
MPRISPlayer.playbackStatus = 'Paused';
|
||||||
playPause()
|
playPause()
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user