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:16:39 +01:00
parent 7a1fe3c73f
commit 15b37eda44

View File

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