aboutsummaryrefslogtreecommitdiffstats
path: root/site/src/utils.ts
diff options
context:
space:
mode:
authorPinapelz <yukais@pinapelz.com>2025-04-14 10:52:01 -0700
committerPinapelz <yukais@pinapelz.com>2025-04-14 10:52:01 -0700
commit4f99dfff2d01cf4fc36c79652ce4b46d04dc87e1 (patch)
tree02d4b3a68c78bcdba9853d425f5efb4897e3e898 /site/src/utils.ts
parent00deaf24ef1c9e5d75b65638eb8c7c6bc8f09955 (diff)
fix: add sound_voltex as another match for sdvx id
Diffstat (limited to 'site/src/utils.ts')
-rw-r--r--site/src/utils.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/site/src/utils.ts b/site/src/utils.ts
index 270b5a2..e3c0808 100644
--- a/site/src/utils.ts
+++ b/site/src/utils.ts
@@ -3,7 +3,7 @@ export const getGameTitle = (gameId: string) => {
const lowerCaseGameId = gameId.toLowerCase();
- if (lowerCaseGameId.startsWith("sdvx")) return "SOUND VOLTEX";
+ if (lowerCaseGameId.startsWith("sdvx") || lowerCaseGameId.startsWith("sound_voltex")) return "SOUND VOLTEX";
if (lowerCaseGameId.startsWith("iidx")) return "beatmania IIDX";
if (lowerCaseGameId.startsWith("chunithm_jp")) return "CHUNITHM (JAPAN)";
if (lowerCaseGameId.startsWith("maimaidx_jp")) return "maimai DX (JAPAN)";
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage