diff --git a/radioPlayer.py b/radioPlayer.py index e9359eb..0fe5f38 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -411,7 +411,7 @@ def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first= current_process.wait() with process_lock: current_process = None - continue + continue # Update state before playing stateman.update_current_state(track_path, playlist_path, i)