diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua index fc144ee33f..7a6bb170c6 100644 --- a/player/lua/ytdl_hook.lua +++ b/player/lua/ytdl_hook.lua @@ -327,7 +327,8 @@ local function add_single_video(json) for i = 1, #streams do streams[i] = edl_escape(streams[i]) end - streamurl = "edl://" .. table.concat(streams, ";!new_stream;") .. ";" + streamurl = "edl://!no_chapters;" .. + table.concat(streams, ";!new_stream;") .. ";" else streamurl = streams[1] end