Skip to content

Commit 8fc8ee7

Browse files
committed
Update ytdl_hook.lua
1 parent be328ae commit 8fc8ee7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

player/lua/ytdl_hook.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -448,7 +448,7 @@ local function formats_to_edl(json, formats, use_all_formats)
448448
end
449449
end
450450

451-
local url = edl_track or track.url
451+
local url = track.url
452452
local hdr = {"!new_stream", "!no_clip", "!no_chapters"}
453453
local skip = #tracks == 0
454454
local params = ""

0 commit comments

Comments
 (0)