diff --git a/plugins/shortcuts/back.js b/plugins/shortcuts/back.js index 9bb01d07..0184ffb3 100644 --- a/plugins/shortcuts/back.js +++ b/plugins/shortcuts/back.js @@ -36,6 +36,9 @@ function registerShortcuts(win, options) { 'xesam:title': songInfo.title, 'xesam:artist': songInfo.artist }; + if (!songInfo.isPaused) { + player.playbackStatus = "Playing" + } } } )