diff --git a/api/spotify.py b/api/spotify.py index 616a4cc..d3fa64b 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["name"] == 'None': #contentBar = "" #Shows/Hides the EQ bar if no song is currently playing recentPlays = recentlyPlayed() recentPlaysLength = len(recentPlays["items"])