We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d65bb3f commit c9f06f9Copy full SHA for c9f06f9
1 file changed
modules/playlist.lua
@@ -81,6 +81,8 @@ local function loadfile(file, opts, mpv_opts)
81
end
82
83
if not legacy_loadfile_wrapper(file, opts.flag, mpv_opts) then msg.warn(file) end
84
+ if opts.flag == 'replace' and mp.get_property_bool('pause') then mp.set_property_bool('pause', false) end
85
+
86
opts.flag = "append-play"
87
opts.items_appended = opts.items_appended + 1
88
0 commit comments