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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 32ca26168d..632d50d969 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -864,7 +864,7 @@ function osc_init()
possec = duration * (pos / 100)
return mp.format_time(possec)
else
- return nil
+ return ""
end
end