API: torrents: remove unneccessary activelyDownloading and activelyUploading statuses

This commit is contained in:
Jesse Chan
2020-11-01 22:11:31 +08:00
parent efadb5fc83
commit 790f8213ae
6 changed files with 13 additions and 18 deletions
-2
View File
@@ -4,8 +4,6 @@ const torrentStatusMap = [
'paused',
'complete',
'downloading',
'activelyDownloading',
'activelyUploading',
'stopped',
'error',
'inactive',