« get me outta code hell

content, page, util: general contributions usage cleanup - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2024-06-02 10:55:38 -0300
committer(quasar) nebula <qznebula@protonmail.com>2024-06-18 22:56:06 -0300
commit4aa153ebae1360e390b9d372fabf457ee8b21705 (patch)
treea1cff366b439550227fa6ef7b9b4f6c575e51daf /src/page
parent5550f8ec487c3cae87de36f4e0c1fe9d6df8e36c (diff)
content, page, util: general contributions usage cleanup
Diffstat (limited to 'src/page')
-rw-r--r--src/page/artist.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/page/artist.js b/src/page/artist.js
index f80bd906..b68cf05c 100644
--- a/src/page/artist.js
+++ b/src/page/artist.js
@@ -9,8 +9,8 @@ export function targets({wikiData}) {
 
 export function pathsForTarget(artist) {
   const hasGalleryPage =
-    !empty(artist.tracksAsCoverArtist) ||
-    !empty(artist.albumsAsCoverArtist);
+    !empty(artist.albumCoverArtistContributions) ||
+    !empty(artist.trackCoverArtistContributions);
 
   return [
     {