From 1631a51988723e582e01ed4cda35902af330e433 Mon Sep 17 00:00:00 2001 From: KubaPro010 Date: Sun, 31 Aug 2025 21:22:16 +0200 Subject: [PATCH] oh --- radioPlayer.py | 1 + 1 file changed, 1 insertion(+) diff --git a/radioPlayer.py b/radioPlayer.py index 71e1346..99bae07 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -329,6 +329,7 @@ def play_audio_with_crossfade(current_track_path, next_track_path=None, resume_s return None def play_playlist(playlist_path, custom_playlist: bool=False, play_newest_first=False, do_shuffle=True): + global current_process, next_process last_modified_time = get_playlist_modification_time(playlist_path) tracks = load_playlist(playlist_path) if not tracks: