From f18d6f2110f96f9b84c6ffa7bf4261f32d4386f4 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Sat, 17 Apr 2021 14:50:47 -0300 Subject: fix broken album links on tag pages (ty, megatti!) --- upd8.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)) })} ` -- cgit 1.3.0-6-gf8a5