summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--mpvcore/lua/osc.lua6
1 files changed, 1 insertions, 5 deletions
diff --git a/mpvcore/lua/osc.lua b/mpvcore/lua/osc.lua
index 7a5c582e1a..4b7c21abad 100644
--- a/mpvcore/lua/osc.lua
+++ b/mpvcore/lua/osc.lua
@@ -963,11 +963,7 @@ function osc_init()
if not (cache == nil) then
cache = tonumber(mp.property_get("cache"))
if (cache < 48) then
- if not (user_opts.iAmAProgrammer) then
- ass:append("Cache: " .. (cache*2) .."%")
- else
- ass:append("Cache: " .. (cache) .."%")
- end
+ ass:append("Cache: " .. (cache) .."%")
end
end
end