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 2e8d625b51..12baf7e541 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -25,7 +25,7 @@ local user_opts = {
seektooltip = true, -- display tooltip over the seekbar indicating time at mouse position
iamaprogrammer = false, -- use native mpv values and disable OSC internal playlist management (and some functions that depend on it)
layout = "box",
- seekbarstyle = "slider", -- seekbar style, slider (diamond marker) and bar (fill)
+ seekbarstyle = "slider", -- seekbar style, slider (diamond marker) or bar (fill)
}
-- read options from config and command-line