From a2eee88ccc5c858c7d38cd781b5a6e31c53a9963 Mon Sep 17 00:00:00 2001 From: sfan5 Date: Thu, 6 Feb 2020 22:30:57 +0100 Subject: 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. --- player/lua/stats.lua | 1 + 1 file changed, 1 insertion(+) diff --git a/player/lua/stats.lua b/player/lua/stats.lua index 0749dbaf40..9f5fdab195 100644 --- a/player/lua/stats.lua +++ b/player/lua/stats.lua @@ -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=""}) -- cgit v1.2.3