summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--player/lua/ytdl_hook.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua
index 82381b88c3..df0a0195f8 100644
--- a/player/lua/ytdl_hook.lua
+++ b/player/lua/ytdl_hook.lua
@@ -331,7 +331,7 @@ local function add_single_video(json)
if #streams > 1 then
-- merge them via EDL
for i = 1, #streams do
- streams[i] = edl_escape(streams[i])
+ streams[i] = "!no_clip;" .. edl_escape(streams[i])
end
streamurl = "edl://!no_chapters;" ..
table.concat(streams, ";!new_stream;") .. ";"