clears previous on screen lyrics when song changes
This commit is contained in:
@@ -318,6 +318,7 @@ def update_song_label():
|
||||
artist_label.config(text=artist_name)
|
||||
track_duration_label.config(text=("{}:{:02d}".format(track_duration_min, track_duration_sec)))
|
||||
volumeslider_button.set(value=current_volume)
|
||||
lyrics_label.config(text="")
|
||||
lrc = syncedlyrics.search("[" + track_name + "] [" + artist_name + "]")
|
||||
root.after(1000, update_song_label)
|
||||
# if album_art_url == "12345":
|
||||
|
||||
Reference in New Issue
Block a user