« get me outta code hell

fix broken album links on tag pages (ty, megatti!) - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
diff options
context:
space:
mode:
author(quasar) nebula <towerofnix@gmail.com>2021-04-17 14:50:47 -0300
committer(quasar) nebula <towerofnix@gmail.com>2021-04-17 14:50:47 -0300
commitf18d6f2110f96f9b84c6ffa7bf4261f32d4386f4 (patch)
tree9bd5bae414b908450d95867977431fc2802e49fc
parent0d0d38ce51ca02b7c3bd91317b5fa0bbff1f06de (diff)
fix broken album links on tag pages (ty, megatti!)
-rwxr-xr-xupd8.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js
index 66582f1..f9727fa 100755
--- a/upd8.js
+++ b/upd8.js
@@ -5078,7 +5078,7 @@ function writeTagPage(tag) {
                             : getAlbumCover(thing, {to})),
                         hrefFn: thing => (thing.album
                             ? to('localized.track', thing.directory)
-                            : to('localized.album', thing.album))
+                            : to('localized.album', thing.directory))
                     })}
                 </div>
             `