summaryrefslogtreecommitdiffstats
path: root/player/lua/osc.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/osc.lua')
-rw-r--r--player/lua/osc.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 1fc3522230..32ca26168d 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -906,9 +906,9 @@ function osc_init()
local contentF = function (ass)
if state.tc_ms then
- ass:append(mp.get_property_osd("time-pos/full"))
+ ass:append(mp.get_property_osd("playback-time/full"))
else
- ass:append(mp.get_property_osd("time-pos"))
+ ass:append(mp.get_property_osd("playback-time"))
end
end