diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:37:46 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-11-19 09:37:46 -0400 |
commit | 2a98402365b59f3bb3fd571d86dd05c3ef5ac97b (patch) | |
tree | ba11b11722be941ed33f44edd9487de1fd95c40d /src/content/dependencies/generateAlbumInfoPage.js | |
parent | 1eee031a7e1b5eb1e2fd3d3fb7411bb7a8a841ef (diff) |
content: generate{Album,Flash,Track}CoverArtwork: inline alt
Diffstat (limited to 'src/content/dependencies/generateAlbumInfoPage.js')
-rw-r--r-- | src/content/dependencies/generateAlbumInfoPage.js | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/src/content/dependencies/generateAlbumInfoPage.js b/src/content/dependencies/generateAlbumInfoPage.js index 22c6edcb..a291dedb 100644 --- a/src/content/dependencies/generateAlbumInfoPage.js +++ b/src/content/dependencies/generateAlbumInfoPage.js @@ -108,12 +108,7 @@ export default { additionalNames: relations.additionalNamesBox, - cover: - relations.cover - ?.slots({ - alt: language.$('misc.alt.albumCover'), - }) - ?? null, + cover: relations.cover, mainContent: [ relations.releaseInfo, |