yes.
This commit is contained in:
parent
225a04a4fd
commit
19c25a7473
1 changed files with 1 additions and 1 deletions
2
main.py
2
main.py
|
@ -112,7 +112,7 @@ def drawCanvas():
|
||||||
if (cover_art is None):
|
if (cover_art is None):
|
||||||
return
|
return
|
||||||
if not (last_song == song_name):
|
if not (last_song == song_name):
|
||||||
|
print('text')
|
||||||
|
|
||||||
last_cover_art = cover_art
|
last_cover_art = cover_art
|
||||||
if(was_playing and not is_playing):
|
if(was_playing and not is_playing):
|
||||||
|
|
Loading…
Reference in a new issue