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:
sfan5 2020-02-06 22:30:57 +01:00
parent c58f9a6579
commit a2eee88ccc
1 changed files with 1 additions and 0 deletions

View File

@ -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=""})