mirror of
https://github.com/Alvin-Zilverstand/novatorem.git
synced 2026-03-06 13:24:56 +01:00
Merge branch 'master' of https://github.com/novatorem/novatorem
This commit is contained in:
@@ -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()
|
||||||
|
|||||||
Reference in New Issue
Block a user