diff options
author | (quasar) nebula <qznebula@protonmail.com> | 2024-02-06 08:47:16 -0400 |
---|---|---|
committer | (quasar) nebula <qznebula@protonmail.com> | 2024-02-06 08:47:16 -0400 |
commit | 10f57c4bbc5fc84d57c32c85a1dae55873088973 (patch) | |
tree | 7b870bb7ec1eb5211460cfc88429a2d19280e7f7 | |
parent | bc85c656628a66f5f4d3dde0bed65463ca7bc7a3 (diff) |
content: gAIPCommentaryChunkedList: remove mis-duplicated comment
-rw-r--r-- | src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js index 49399c99..af5a923f 100644 --- a/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js +++ b/src/content/dependencies/generateArtistInfoPageCommentaryChunkedList.js @@ -18,11 +18,6 @@ export default { extraDependencies: ['html', 'language'], query(artist) { - // TODO: Add and integrate wallpaper and banner date fields (#90) - // This will probably only happen once all artworks follow a standard - // shape (#70) and get their own sorting function. Read for more info: - // https://github.com/hsmusic/hsmusic-wiki/issues/90#issuecomment-1607422961 - const entries = [ ...artist.albumsAsCommentator.map(album => ({ thing: album, |