diff options
Diffstat (limited to 'player/lua')
-rw-r--r-- | player/lua/osc.lua | 2 |
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 |