mirror of
https://github.com/MrUnknownDE/VRCX.git
synced 2026-04-18 06:13:52 +02:00
VRCX API Update Changes (#876)
This commit is contained in:
@@ -25720,13 +25720,6 @@ speechSynthesis.getVoices();
|
||||
return;
|
||||
}
|
||||
for (var release of json) {
|
||||
if (
|
||||
release.target_commitish === 'PyPyDanceCompanion' ||
|
||||
release.prerelease
|
||||
) {
|
||||
// skip old branch name and prerelease builds
|
||||
continue;
|
||||
}
|
||||
for (var asset of release.assets) {
|
||||
if (
|
||||
(asset.content_type === 'application/x-msdownload' ||
|
||||
|
||||
Reference in New Issue
Block a user