[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