Skip to content

Commit

Permalink
Fix: metadata construction
Browse files Browse the repository at this point in the history
  • Loading branch information
jcorporation authored May 17, 2024
1 parent c924a62 commit 37d74e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/scripting/scripts/yt-dlp.lua
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ else
disc = tostring(x.disc_number or x.season_number),
track = track,
genre = x.genre,
date = x.release_date
date = x.release_date,
comment = x.description.. ", URL: " ..uri.. ", yt-dlp extractor: " ..x.extractor
}

Expand Down

0 comments on commit 37d74e4

Please sign in to comment.