summaryrefslogtreecommitdiffstats
path: root/mpvcore/player/lua/osc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/player/lua/osc.lua')
-rw-r--r--mpvcore/player/lua/osc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/mpvcore/player/lua/osc.lua b/mpvcore/player/lua/osc.lua
index f105d10a9c..d1dbf3e8b4 100644
--- a/mpvcore/player/lua/osc.lua
+++ b/mpvcore/player/lua/osc.lua
@@ -1020,9 +1020,9 @@ function osc_init()
local contentF = function (ass)
if state.rightTC_trem == true then
if state.tc_ms then
- ass:append("-" .. mp.property_get_string("time-remaining/full"))
+ ass:append("-" .. mp.property_get_string("playtime-remaining/full"))
else
- ass:append("-" .. mp.property_get_string("time-remaining"))
+ ass:append("-" .. mp.property_get_string("playtime-remaining"))
end
else
if state.tc_ms then