Tone3000 Download Throttling

This commit is contained in:
Robin E.R. Davies
2026-04-07 14:50:50 -04:00
parent abda9e0f91
commit 432bc6c475
5 changed files with 245 additions and 101 deletions
+3 -1
View File
@@ -75,7 +75,9 @@ export class Tone3000DownloadHandler {
let redirectUrl_ = this.redirectUrl();
let result = `https://www.tone3000.com/api/v1/select?app_id=${this.appId}&redirect_url=${redirectUrl_}`;
if (downloadType === Tone3000DownloadType.CabIr) {
result += "&gear=ir";
result += "&platform=ir";
} else if (downloadType === Tone3000DownloadType.Nam) {
result += "&platform=nam";
}
return result;
}