summaryrefslogtreecommitdiffstats
path: root/player/lua/stats.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/stats.lua')
-rw-r--r--player/lua/stats.lua2
1 files changed, 2 insertions, 0 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index 6ee491baf4..95a036d5c4 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -430,6 +430,8 @@ local function add_file(s)
append_property(s, "media-title", {prefix="Title:"})
end
+ append_property(s, "file-format", {prefix="Format/Protocol:"})
+
local ch_index = mp.get_property_number("chapter")
if ch_index and ch_index >= 0 then
append_property(s, "chapter-list/" .. tostring(ch_index) .. "/title", {prefix="Chapter:"})