prevent double play

This commit is contained in:
2025-09-01 12:03:52 +02:00
parent f77b0ffd17
commit 7f3cfbac54
+1
View File
@@ -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)