« 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/album-commentary.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/page/album-commentary.js')
-rw-r--r--src/page/album-commentary.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/page/album-commentary.js b/src/page/album-commentary.js
index 5fd78be..ebfb0ba 100644
--- a/src/page/album-commentary.js
+++ b/src/page/album-commentary.js
@@ -57,7 +57,7 @@ export function write(album) {
 
           ...album.tracks.filter(t => t.commentary).flatMap(track => [
             html.tag('h3',
-              {id: 'track.directory', class: ['content-heading']},
+              {id: track.directory, class: ['content-heading']},
               language.$('albumCommentaryPage.entry.title.trackCommentary', {
                 track: link.track(track),
               })),