From 02d71df92cfb8a98beba79b5b51eb171d93e02ae Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Mon, 13 Oct 2025 20:42:13 +0200 Subject: [PATCH] don't increment i if modified --- radioPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlayer.py b/radioPlayer.py index 7922596..dab0681 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -264,7 +264,7 @@ def play_playlist(playlist_path): if official: print_wait(ttw, 1, pr.duration, f"{track_name}: ") else: time.sleep(ttw) - i += 1 + if modified: i += 1 def main(): global playlist_advisor, active_modifier