From ccdaecfc5cc53b6c6ca3f46ca37ff74a36eb58dd Mon Sep 17 00:00:00 2001 From: ChrisK2 Date: Mon, 7 Oct 2013 00:56:11 +0200 Subject: osc: Okay, don't multiply the cache value As expected, this is not liked. --- mpvcore/lua/osc.lua | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'mpvcore/lua/osc.lua') 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 -- cgit v1.2.3