mirror of https://github.com/mpv-player/mpv
osc: use "loop-playlist" instead of "loop" property
This commit is contained in:
parent
e0d93178b9
commit
4c516a064a
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue