diff --git a/api/spotify.py b/api/spotify.py index f231a80..da0a4ea 100644 --- a/api/spotify.py +++ b/api/spotify.py @@ -77,7 +77,7 @@ def makeSVG(data): contentBar = "".join(["
" for i in range(barCount)]) barCSS = barGen(barCount) - if data == {}: + if data == {} or data["item"] == 'None': #contentBar = "" #Shows/Hides the EQ bar if no song is currently playing currentStatus = "Last seen playing:" recentPlays = recentlyPlayed()