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/static/js/client/album-commentary-sidebar.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/static/js/client/album-commentary-sidebar.js') diff --git a/src/static/js/client/album-commentary-sidebar.js b/src/static/js/client/album-commentary-sidebar.js index d7c4a591..144544ed 100644 --- a/src/static/js/client/album-commentary-sidebar.js +++ b/src/static/js/client/album-commentary-sidebar.js @@ -23,7 +23,10 @@ export const info = { }; export function getPageReferences() { - if (document.documentElement.dataset.urlKey !== 'localized.albumCommentary') { + if ( + document.documentElement.dataset.urlKey !== 'localized.albumCommentary' && + document.documentElement.dataset.urlKey !== 'localized.vgmAlbumCommentary' + ) { return; } -- cgit 1.3.0-6-gf8a5