0
1
mirror of https://github.com/radio95-rnt/RadioPlayer.git synced 2026-02-26 21:53:54 +01:00
This commit is contained in:
KubaPro010
2025-11-06 19:20:48 +01:00
parent 15b37eda44
commit 4c8373b1e1

View File

@@ -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")