mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] treat rd uploading status as downloading
This commit is contained in:
@@ -275,7 +275,7 @@ function statusWaitingSelection(status) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function statusDownloading(status) {
|
function statusDownloading(status) {
|
||||||
return ['downloading', 'queued'].includes(status);
|
return ['downloading', 'uploading', 'queued'].includes(status);
|
||||||
}
|
}
|
||||||
|
|
||||||
function statusReady(status) {
|
function statusReady(status) {
|
||||||
|
|||||||
Reference in New Issue
Block a user