stats.lua: disable ASS formatting when printing to terminal

This commit is contained in:
Kacper Michajłow 2023-10-16 19:57:03 +02:00 committed by Dudemanguy
parent d0b8472e5a
commit e682834234
1 changed files with 1 additions and 1 deletions

View File

@ -171,7 +171,7 @@ end
local function has_vo_window()
return mp.get_property("vo-configured") == "yes"
return mp.get_property_native("vo-configured") and mp.get_property_native("video-osd")
end