From: Plom Heller Date: Sat, 14 Mar 2026 05:23:54 +0000 (+0100) Subject: Fix /downloads linking to yt ID without a-tag text content. X-Git-Url: https://plomlompom.com/repos/%22https:/validator.w3.org/booking/%7B%7Bprefix%7D%7D?a=commitdiff_plain;h=7e0fd7f4dbd464a919e21d9c5dc5d48f584cc5c4;p=ytplom Fix /downloads linking to yt ID without a-tag text content. --- diff --git a/src/templates/downloads.js b/src/templates/downloads.js index c855fc1..2e48991 100644 --- a/src/templates/downloads.js +++ b/src/templates/downloads.js @@ -99,7 +99,7 @@ eventHandlers.downloads = (data) => { ); addATdTo( // col 2 tr, - downloaded.title, + downloaded.yt_id, `${PATH_PREFIX_YT_RESULT}${downloaded.yt_id}` ); }