[addon] update ad retry download statuses

This commit is contained in:
TheBeastLT
2021-03-01 20:46:44 +01:00
parent 45b0306266
commit 58e23be2ab

View File

@@ -154,7 +154,7 @@ function statusError(statusCode) {
}
function statusHandledError(statusCode) {
return [5, 7, 9, 10].includes(statusCode);
return [5, 7, 9, 10, 11].includes(statusCode);
}
function statusDownloading(statusCode) {