diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2025-03-31 16:18:03 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2025-04-10 16:02:36 -0300 |
commit | f8a5593abfddc433890e0c8916d07698bb8c7279 (patch) | |
tree | 75c80d152f00f8f81ba7d770dfba47b318ebba9c /src/content/dependencies/generateAlbumInfoPage.js | |
parent | ceb1d5ba8ed5ab5da7424d9a08ae765bd85b038c (diff) |
content, css: demo new cover artworks ui + data integration
This is not remotely comprehensive and mostly just touches album and track info pages.
Diffstat (limited to 'src/content/dependencies/generateAlbumInfoPage.js')
-rw-r--r-- | src/content/dependencies/generateAlbumInfoPage.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/content/dependencies/generateAlbumInfoPage.js b/src/content/dependencies/generateAlbumInfoPage.js index aae56637..2af461a4 100644 --- a/src/content/dependencies/generateAlbumInfoPage.js +++ b/src/content/dependencies/generateAlbumInfoPage.js @@ -115,6 +115,7 @@ export default { cover: (relations.cover ? relations.cover.slots({ + showOriginDetails: true, showReferenceLinks: true, }) : null), |