This commit is contained in:
KubaPro010
2025-11-06 19:20:48 +01:00
parent 15b37eda44
commit 4c8373b1e1
+1 -1
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")