From 550ed91157e64778c61e167b2045b8bc6ed765fd Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:20:19 +0200 Subject: [PATCH] hang on no --- radioPlayer.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/radioPlayer.py b/radioPlayer.py index 22e5295..55b4f1e 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -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