summaryrefslogtreecommitdiffstats
path: root/player/lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua')
-rw-r--r--player/lua/osc.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 643f32faaf..53860d355d 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1755,8 +1755,7 @@ function osc_init()
-- tc_right (total/remaining time)
ne = new_element("tc_right", "button")
- ne.visible = (not (mp.get_property("duration") == nil))
- and (mp.get_property_number("duration") > 0)
+ ne.visible = (mp.get_property_number("duration", 0) > 0)
ne.content = function ()
if (state.rightTC_trem) then
if state.tc_ms then