diff --git a/uosc.lua b/uosc.lua index 2e3279c3..4e110bb4 100644 --- a/uosc.lua +++ b/uosc.lua @@ -3152,6 +3152,7 @@ mp.observe_property('demuxer-cache-state', 'native', function(prop, cache_state) end local cache_ranges = cache_state['seekable-ranges'] state.cached_ranges = #cache_ranges > 0 and cache_ranges or nil + request_render() end) -- CONTROLS