diff options
| author | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 14:50:30 -0300 |
|---|---|---|
| committer | (quasar) nebula <qznebula@protonmail.com> | 2026-05-28 14:50:30 -0300 |
| commit | 938fa447722c5db6679d4c6ccbfbc876b6b54190 (patch) | |
| tree | 38c8e2ed9eeb831d8f660f6a995961b14029d61c /src/static/js/client-util.js | |
| parent | 5dd1ffc055a3656d8f3fec3c8ffe4a2b1fd59237 (diff) | |
urls: /vgm-album/ -> /album/vgm/
Diffstat (limited to 'src/static/js/client-util.js')
| -rw-r--r-- | src/static/js/client-util.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/js/client-util.js b/src/static/js/client-util.js index 51fbb1f0..de54945c 100644 --- a/src/static/js/client-util.js +++ b/src/static/js/client-util.js @@ -103,7 +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}/`); +export const openVGMAlbum = d => rebase(`album/vgm/${d}/`); // TODO: This should also use urlSpec. |