mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-11 19:03:51 +02:00
Fix CheckVRChatCache erroring for non variants
This commit is contained in:
@@ -5444,7 +5444,9 @@ speechSynthesis.getVoices();
|
||||
}
|
||||
try {
|
||||
const params = new URLSearchParams(new URL(url).search);
|
||||
return params.get('v');
|
||||
let version = params.get('v');
|
||||
if (version) return version;
|
||||
return '0'
|
||||
} catch {
|
||||
return '0';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user