You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
loadfile: fix --loop-playlist=N with --prefetch-playlist
With --prefetch-playlist, mp_next_file() is called continously since the
last second of playback or when viewing an image, which decreases
--loop-playlist=N to 1.
Fix this by returning before calling mp_next_file() if prefetching
already started.
0 commit comments