This commit is contained in:
VariableVince
2026-04-03 02:54:09 +02:00
parent f73c73b2d0
commit 4589958609
+2 -2
View File
@@ -156,7 +156,7 @@ export class MapPlaylist {
const maxAttempts = 6;
let attempts = 0;
do {
while (true) {
const map = this.tryFirstMap(type);
const config = await this.buildConfig(type, map);
attempts++;
@@ -167,7 +167,7 @@ export class MapPlaylist {
}
this.firstMapToLast(type);
} while (true); // eslint-disable-line no-constant-condition
}
}
private async buildConfig(