« get me outta code hell

hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/artist.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/artist.js')
-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 [
     {