You've already forked RadioPlayer
mirror of
https://github.com/radio95-rnt/RadioPlayer.git
synced 2026-02-27 14:13:55 +01:00
prevent double play
This commit is contained in:
@@ -411,6 +411,7 @@ def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first=
|
|||||||
current_process.wait()
|
current_process.wait()
|
||||||
with process_lock:
|
with process_lock:
|
||||||
current_process = None
|
current_process = None
|
||||||
|
continue
|
||||||
|
|
||||||
# Update state before playing
|
# Update state before playing
|
||||||
stateman.update_current_state(track_path, playlist_path, i)
|
stateman.update_current_state(track_path, playlist_path, i)
|
||||||
|
|||||||
Reference in New Issue
Block a user