diff options
| 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 |
| commit | e036782607ed0e1d43df7f8d4643cc7d7671c359 (patch) | |
| tree | d43721535d93bac885a9d29f85f09a0e02ef96af /src/static/js/client-util.js | |
| parent | 75e68aa1c8886e69d63a0e0b365fd6a7c309412c (diff) | |
content, urls, client: /vgm-album/
Diffstat (limited to 'src/static/js/client-util.js')
| -rw-r--r-- | src/static/js/client-util.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/static/js/client-util.js b/src/static/js/client-util.js index a6846714..51fbb1f0 100644 --- a/src/static/js/client-util.js +++ b/src/static/js/client-util.js @@ -103,6 +103,7 @@ export const openArtist = d => rebase(`artist/${d}/`); export const openFlash = d => rebase(`flash/${d}/`); export const openGroup = d => rebase(`group/${d}/`); export const openTrack = d => rebase(`track/${d}/`); +export const openVGMAlbum = d => rebase(`vgm-album/${d}/`); // TODO: This should also use urlSpec. |