mirror of
https://github.com/mpv-player/mpv
synced 2025-01-05 06:30:06 +00:00
stats: fix incorrect ass formatting on 3rd page when vo was switched
When switching between having a video visible or not, stats.lua now picks up the required formatting changes for the cache stats page to display correctly.
This commit is contained in:
parent
c58f9a6579
commit
a2eee88ccc
@ -610,6 +610,7 @@ end
|
||||
local function cache_stats()
|
||||
local stats = {}
|
||||
|
||||
eval_ass_formatting()
|
||||
add_header(stats)
|
||||
append(stats, "", {prefix=o.nl .. o.nl .. "Cache info:", nl="", indent=""})
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user