mirror of
https://github.com/knightcrawler-stremio/knightcrawler.git
synced 2024-12-20 03:29:51 +00:00
[addon] update to show checking status as downloading
This commit is contained in:
@@ -156,7 +156,7 @@ function statusOpening(torrent) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
function statusDownloading(torrent) {
|
function statusDownloading(torrent) {
|
||||||
return [4].includes(torrent.status) || ([2].includes(torrent.status) && torrent.peersConnected !== 0);
|
return [2, 4].includes(torrent.status);
|
||||||
}
|
}
|
||||||
|
|
||||||
function statusReady(torrent) {
|
function statusReady(torrent) {
|
||||||
|
|||||||
Reference in New Issue
Block a user