osc: Okay, don't multiply the cache value

As expected, this is not liked.
This commit is contained in:
ChrisK2 2013-10-07 00:56:11 +02:00
parent f3556356b7
commit ccdaecfc5c
1 changed files with 1 additions and 5 deletions

View File

@ -963,14 +963,10 @@ 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
end
end
end
register_button(posX, bottomrowY, 5, 110, 18, osc_styles.timecodes, contentF, eventresponder, metainfo)