home
·
contact
·
privacy
projects
/
ytplom
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
64b37d3
)
Fix /downloads linking to yt ID without a-tag text content.
author
Plom Heller
<plom@plomlompom.com>
Sat, 14 Mar 2026 05:23:54 +0000
(06:23 +0100)
committer
Plom Heller
<plom@plomlompom.com>
Sat, 14 Mar 2026 05:23:54 +0000
(06:23 +0100)
src/templates/downloads.js
patch
|
blob
|
history
diff --git
a/src/templates/downloads.js
b/src/templates/downloads.js
index c855fc1da29b773f3cd04b90bea0d9f178e5d62d..2e48991ac944166bc25ac5611704d8ccb0fdac5e 100644
(file)
--- 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}`
);
}