summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-04-11 12:44:41 +0200
committerwm4 <wm4@nowhere>2017-04-11 12:44:41 +0200
commit4c516a064a8246c9067eee32578a7a78feb371dc (patch)
treea41f7df112d960d365169884b012220e7d1bfeb0 /player
parente0d93178b9f6006a9386878f924408dbff32dd29 (diff)
downloadmpv-4c516a064a8246c9067eee32578a7a78feb371dc.tar.bz2
mpv-4c516a064a8246c9067eee32578a7a78feb371dc.tar.xz
osc: use "loop-playlist" instead of "loop" property
Diffstat (limited to 'player')
-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 ff2d166897..c917289584 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -1505,7 +1505,7 @@ function osc_init()
local have_pl = (pl_count > 1)
local pl_pos = mp.get_property_number("playlist-pos", 0) + 1
local have_ch = (mp.get_property_number("chapters", 0) > 0)
- local loop = mp.get_property("loop", "no")
+ local loop = mp.get_property("loop-playlist", "no")
local ne