diff --git a/src/components/nowPlayingBar/nowPlayingBar.js b/src/components/nowPlayingBar/nowPlayingBar.js index 0b1363add5..823f8fd178 100644 --- a/src/components/nowPlayingBar/nowPlayingBar.js +++ b/src/components/nowPlayingBar/nowPlayingBar.js @@ -530,6 +530,7 @@ import { appRouter } from '../appRouter'; nowPlayingImageElement.style.display = null; nowPlayingTextElement.style.marginLeft = null; } else { + nowPlayingImageUrl = null; nowPlayingImageElement.style.backgroundImage = ''; nowPlayingImageElement.style.display = 'none'; nowPlayingTextElement.style.marginLeft = '1em';