fix: typo

This commit is contained in:
Manish
2021-10-17 10:54:05 +05:30
parent 361606427a
commit 79d0c7b666

View File

@ -55,7 +55,7 @@ function registerShortcuts(win, options) {
}
});
MPRISPlayer.on("pause", () => {
if (MPRISPlayer.playbackStatus === 'Playing') {
if (MPRISPlayer.playbackStatus !== 'Paused') {
MPRISPlayer.playbackStatus = 'Paused';
playPause()
}