From 15b37eda44e8e5aae4451a65a1d1251d59ee5fa8 Mon Sep 17 00:00:00 2001 From: KubaPro010 <132459354+KubaPro010@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:16:39 +0100 Subject: [PATCH] whoops --- radioPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlayer.py b/radioPlayer.py index f8ee8a5..0c8c153 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -156,7 +156,7 @@ def play_playlist(playlist_path: Path, starting_index: int = 0): for module in playlist_modifier_modules: playlist = module.modify(global_args, playlist) or playlist - prefetch(playlist[0]) + prefetch(playlist[0].path) [mod.on_new_playlist(playlist) for mod in simple_modules + [active_modifier] if mod] # one liner'd everything