fix: player status when play at start

This commit is contained in:
Manish
2021-10-17 11:06:26 +05:30
parent 79d0c7b666
commit 663507b3f8

View File

@ -36,6 +36,9 @@ function registerShortcuts(win, options) {
'xesam:title': songInfo.title,
'xesam:artist': songInfo.artist
};
if (!songInfo.isPaused) {
player.playbackStatus = "Playing"
}
}
}
)