0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00

hang on no

This commit is contained in:
Kuba
2025-10-13 20:20:19 +02:00
parent 12eff51649
commit 550ed91157

View File

@@ -227,6 +227,7 @@ def play_playlist(playlist_path):
procman.wait_all()
return
track_tuple = playlist[i]
if active_modifier:
track_tuple = active_modifier.play(i, track_tuple)
modified = True
@@ -261,6 +262,7 @@ def play_playlist(playlist_path):
if official: print_wait(ttw, 1, pr.duration, f"{track_name}: ")
else: time.sleep(ttw)
i += 1
def main():
global playlist_advisor, active_modifier