From e036782607ed0e1d43df7f8d4643cc7d7671c359 Mon Sep 17 00:00:00 2001 From: "(quasar) nebula" Date: Thu, 28 May 2026 13:39:22 -0300 Subject: content, urls, client: /vgm-album/ --- src/content/dependencies/linkAlbumCommentary.js | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'src/content/dependencies/linkAlbumCommentary.js') diff --git a/src/content/dependencies/linkAlbumCommentary.js b/src/content/dependencies/linkAlbumCommentary.js index f1917345..431dd6ec 100644 --- a/src/content/dependencies/linkAlbumCommentary.js +++ b/src/content/dependencies/linkAlbumCommentary.js @@ -1,6 +1,10 @@ export default { - relations: (relation, album) => - ({link: relation('linkThing', 'localized.albumCommentary', album)}), + relations: (relation, album) => ({ + link: + (album.style === 'in-game vgm' + ? relation('linkThing', 'localized.vgmAlbumCommentary', album) + : relation('linkThing', 'localized.albumCommentary', album)), + }), generate: (relations) => relations.link, }; -- cgit 1.3.0-6-gf8a5