« get me outta code hell

HSMusic REPL + supporting internal improvements - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/page/album.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2022-04-16 23:37:12 -0300
committer(quasar) nebula <qznebula@protonmail.com>2022-04-16 23:37:12 -0300
commit385faccb5a5be64acd5ca65ace26d6a7db37b64f (patch)
tree3899ac7a78f66c1e7acdff9b6b29c2d3d74a2b06 /src/page/album.js
parent700d75cacd7fee23410dcaf13531ebc2b151d56a (diff)
HSMusic REPL + supporting internal improvements
Diffstat (limited to 'src/page/album.js')
-rw-r--r--src/page/album.js5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/page/album.js b/src/page/album.js
index c194f7b..70320b2 100644
--- a/src/page/album.js
+++ b/src/page/album.js
@@ -410,6 +410,11 @@ export function generateAlbumChronologyLinks(album, currentTrack, {generateChron
             getThings: artist => [...artist.tracksAsArtist, ...artist.tracksAsContributor],
             headingString: 'misc.chronology.heading.track'
         }),
+        currentTrack && generateChronologyLinks(currentTrack, {
+            contribKey: 'contributorContribs',
+            getThings: artist => [...artist.tracksAsArtist, ...artist.tracksAsContributor],
+            headingString: 'misc.chronology.heading.track'
+        }),
         generateChronologyLinks(currentTrack || album, {
             contribKey: 'coverArtistContribs',
             dateKey: 'coverArtDate',