From 4c8373b1e127404a9d6bbb1d0f083c171a3f0186 Mon Sep 17 00:00:00 2001 From: KubaPro010 <132459354+KubaPro010@users.noreply.github.com> Date: Thu, 6 Nov 2025 19:20:48 +0100 Subject: [PATCH] bruh --- radioPlayer.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/radioPlayer.py b/radioPlayer.py index 0c8c153..a5349bb 100644 --- a/radioPlayer.py +++ b/radioPlayer.py @@ -213,7 +213,7 @@ def play_playlist(playlist_path: Path, starting_index: int = 0): i += 1 if not extend: song_i += 1 - prefetch(playlist[song_i % len(playlist)]) + prefetch(playlist[song_i % len(playlist)].path) def main(): logger.info("Core is starting, loading modules")