This commit is contained in:
novatorem
2020-08-25 19:22:36 -04:00

View File

@@ -77,7 +77,7 @@ def makeSVG(data):
contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)]) contentBar = "".join(["<div class='bar'></div>" for i in range(barCount)])
barCSS = barGen(barCount) barCSS = barGen(barCount)
if data == {}: if data == {} or data["item"] == 'None':
#contentBar = "" #Shows/Hides the EQ bar if no song is currently playing #contentBar = "" #Shows/Hides the EQ bar if no song is currently playing
currentStatus = "Last seen playing:" currentStatus = "Last seen playing:"
recentPlays = recentlyPlayed() recentPlays = recentlyPlayed()