[mpv] only increase catchup_until on buffering when enabled

This commit is contained in:
odrling 2021-06-26 15:10:54 +02:00
parent 5343f77b3f
commit 5db9165541

View file

@ -78,7 +78,7 @@ end
function on_pause_for_cache(name, value)
if value then
if value and catch_up then
update_catch_up_until(1)
paused_for_cache = true
end