From 4929af0cb438023c65b50dfdd6ab6d382acc31fe Mon Sep 17 00:00:00 2001 From: Kuba <132459354+KubaPro010@users.noreply.github.com> Date: Mon, 13 Oct 2025 21:03:23 +0200 Subject: [PATCH] oh wait --- radioPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlayer.py b/radioPlayer.py index dab0681..171a988 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) - if modified: i += 1 + if not modified: i += 1 def main(): global playlist_advisor, active_modifier