summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/lua/osc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/lua/osc.lua b/mpvcore/lua/osc.lua
index 6d523e9250..f105d10a9c 100644
--- a/mpvcore/lua/osc.lua
+++ b/mpvcore/lua/osc.lua
@@ -1004,7 +1004,7 @@ function osc_init()
local cache = mp.property_get("cache")
if not (cache == nil) then
cache = tonumber(mp.property_get("cache"))
- if (cache < 48) then
+ if (cache < 45) then
ass:append("Cache: " .. (cache) .."%")
end
end