osc: use "loop-playlist" instead of "loop" property

This commit is contained in:
wm4 2017-04-11 12:44:41 +02:00
parent e0d93178b9
commit 4c516a064a
1 changed files with 1 additions and 1 deletions

View File

@ -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