mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] update ad retry download statuses
This commit is contained in:
@@ -154,7 +154,7 @@ function statusError(statusCode) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function statusHandledError(statusCode) {
|
function statusHandledError(statusCode) {
|
||||||
return [5, 7, 9, 10].includes(statusCode);
|
return [5, 7, 9, 10, 11].includes(statusCode);
|
||||||
}
|
}
|
||||||
|
|
||||||
function statusDownloading(statusCode) {
|
function statusDownloading(statusCode) {
|
||||||
|
|||||||
Reference in New Issue
Block a user