diff --git a/plugins/notifications/interactive.js b/plugins/notifications/interactive.js index 17a480f9..7bda6944 100644 --- a/plugins/notifications/interactive.js +++ b/plugins/notifications/interactive.js @@ -28,6 +28,7 @@ module.exports = (win) => { // Register songInfoCallback registerCallback(songInfo => { + if (!songInfo.artist && !songInfo.title) return; savedSongInfo = { ...songInfo }; if (!songInfo.isPaused && (songInfo.url !== lastUrl || config.get("unpauseNotification"))