master
Lukas Schulz 2020-12-20 20:09:59 +01:00
parent 66ed4df59f
commit 905c750cc3
1 changed files with 1 additions and 1 deletions

View File

@ -66,7 +66,7 @@ def get_track():
global is_playing global is_playing
is_playing = track['is_playing'] is_playing = track['is_playing']
global song_name global song_name
if track is None: if track is None:
return return
song_name = track['item']['name'] song_name = track['item']['name']
global artist_name global artist_name