diff options
-rwxr-xr-x | upd8.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/upd8.js b/upd8.js index 625da7ee..68d95ba3 100755 --- a/upd8.js +++ b/upd8.js @@ -5186,7 +5186,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> ` |