From 4c516a064a8246c9067eee32578a7a78feb371dc Mon Sep 17 00:00:00 2001 From: wm4 Date: Tue, 11 Apr 2017 12:44:41 +0200 Subject: osc: use "loop-playlist" instead of "loop" property --- player/lua/osc.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'player') 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 -- cgit v1.2.3