summaryrefslogtreecommitdiffstats
path: root/player/lua/ytdl_hook.lua
diff options
context:
space:
mode:
Diffstat (limited to 'player/lua/ytdl_hook.lua')
-rw-r--r--player/lua/ytdl_hook.lua3
1 files changed, 2 insertions, 1 deletions
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