« get me outta code hell

content, urls, client: /vgm-album/ - hsmusic-wiki - HSMusic - static wiki software cataloguing collaborative creation
about summary refs log tree commit diff
path: root/src/content/dependencies/linkAlbum.js
diff options
context:
space:
mode:
author(quasar) nebula <qznebula@protonmail.com>2026-05-28 13:39:22 -0300
committer(quasar) nebula <qznebula@protonmail.com>2026-05-28 13:39:22 -0300
commite036782607ed0e1d43df7f8d4643cc7d7671c359 (patch)
treed43721535d93bac885a9d29f85f09a0e02ef96af /src/content/dependencies/linkAlbum.js
parent75e68aa1c8886e69d63a0e0b365fd6a7c309412c (diff)
content, urls, client: /vgm-album/
Diffstat (limited to 'src/content/dependencies/linkAlbum.js')
-rw-r--r--src/content/dependencies/linkAlbum.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/content/dependencies/linkAlbum.js b/src/content/dependencies/linkAlbum.js
index 085d5f62..24b14e85 100644
--- a/src/content/dependencies/linkAlbum.js
+++ b/src/content/dependencies/linkAlbum.js
@@ -3,6 +3,8 @@ export default {
     link:
       (album.style === 'single'
         ? relation('linkTrack', album.tracks[0])
+     : album.style === 'in-game vgm'
+        ? relation('linkThing', 'localized.vgmAlbum', album)
         : relation('linkThing', 'localized.album', album)),
   }),