summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/stats.lua5
1 files changed, 3 insertions, 2 deletions
diff --git a/player/lua/stats.lua b/player/lua/stats.lua
index c3b484c42f..dc0b6bdbd1 100644
--- a/player/lua/stats.lua
+++ b/player/lua/stats.lua
@@ -92,6 +92,9 @@ function add_file(s)
append_property(s, sec, "demuxer-cache-duration",
{prefix="+", suffix=" sec", nl="", indent=o.prefix_sep,
prefix_sep="", no_prefix_markup=true})
+ append_property(s, sec, "cache-speed",
+ {prefix="", suffix="", nl="", indent=o.prefix_sep,
+ prefix_sep="", no_prefix_markup=true})
end
end
@@ -272,6 +275,4 @@ function b(t)
return o.b1 .. t .. o.b0
end
-
-
mp.add_key_binding("i", mp.get_script_name(), main, {repeatable=true})