API: torrent: remove unused "paused" status

This commit is contained in:
Jesse Chan
2020-11-02 19:42:23 +08:00
parent 017b9d159d
commit 5e7e5f4cbf
-1
View File
@@ -1,7 +1,6 @@
const torrentStatusMap = [
'checking',
'seeding',
'paused',
'complete',
'downloading',
'stopped',