diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-06-02 10:55:38 -0300 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-06-12 17:26:54 -0300 |
commit | 5f16db8fc0f2b28f2014c439fb299ab34e7d4b1d (patch) | |
tree | 8b16a92879f67b76b65b49f72f5f6ef61643349d /src/page | |
parent | 69479b5bff9b88eab7e4b3e7fe972d7ee773dc36 (diff) |
content, page, util: general contributions usage cleanup
Diffstat (limited to 'src/page')
-rw-r--r-- | src/page/artist.js | 4 |
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 [ { |