diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2022-02-16 21:58:31 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2022-02-16 21:58:31 -0400 |
commit | 6c27767ae2222186872803b17e6edcf8b23507db (patch) | |
tree | 96c53b3345db755f6e83341b6a22dab53454c423 /src/upd8.js | |
parent | e05923f043dc9419c90535171647e3e641fb6677 (diff) |
remove longer-unused dead contributionData code
Diffstat (limited to 'src/upd8.js')
-rwxr-xr-x | src/upd8.js | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/upd8.js b/src/upd8.js index a797170f..0917c69a 100755 --- a/src/upd8.js +++ b/src/upd8.js @@ -2942,12 +2942,6 @@ async function main() { } } - WD.contributionData = Array.from(new Set([ - ...WD.trackData.flatMap(track => [...track.artists || [], ...track.contributors || [], ...track.coverArtists || []]), - ...WD.albumData.flatMap(album => [...album.artists || [], ...album.coverArtists || [], ...album.wallpaperArtists || [], ...album.bannerArtists || []]), - ...(WD.flashData?.flatMap(flash => [...flash.contributors || []]) || []) - ])); - // Now that we have all the data, resolve references all 8efore actually // gener8ting any of the pages, 8ecause page gener8tion is going to involve // accessing these references a lot, and there's no reason to resolve them |