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.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/ytdl_hook.lua b/player/lua/ytdl_hook.lua
index 6eadcc29a6..223e9cb7fc 100644
--- a/player/lua/ytdl_hook.lua
+++ b/player/lua/ytdl_hook.lua
@@ -436,7 +436,7 @@ local function formats_to_edl(json, formats, use_all_formats)
break
end
end
- local title = track.format_note or ""
+ local title = track.format_note or track.format or ""
if #tracks > 1 then
if #title > 0 then
title = title .. " "