updated platform for DX

This commit is contained in:
2026-06-15 23:59:35 +10:00
parent 8a86de1b39
commit 5a7d4f9c07
+1 -1
View File
@@ -8,7 +8,7 @@ const sylTrace = (...args: unknown[]) => {
if (settings.syllableLogging) trace.log(...args); if (settings.syllableLogging) trace.log(...args);
}; };
export const RL_PLATFORM = "Radiant Lyrics"; export const RL_PLATFORM = "rl";
const RL_ACCESS_TOKEN_ID = "58hy4s86"; const RL_ACCESS_TOKEN_ID = "58hy4s86";
const RL_ACCESS_TOKEN = "xjehy2lfg5h5mjwotoxrcqugam"; const RL_ACCESS_TOKEN = "xjehy2lfg5h5mjwotoxrcqugam";