From 7f3cfbac546ccabd294f0717970a71761f4146df Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Mon, 1 Sep 2025 12:03:52 +0200 Subject: [PATCH] prevent double play --- radioPlayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radioPlayer.py b/radioPlayer.py index d5eb4cd..e9359eb 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -411,6 +411,7 @@ def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first= current_process.wait() with process_lock: current_process = None + continue # Update state before playing stateman.update_current_state(track_path, playlist_path, i)