diff --git a/shared/constants/torrentStatusMap.ts b/shared/constants/torrentStatusMap.ts index f75a7cf2..df1e6b05 100644 --- a/shared/constants/torrentStatusMap.ts +++ b/shared/constants/torrentStatusMap.ts @@ -1,7 +1,6 @@ const torrentStatusMap = [ 'checking', 'seeding', - 'paused', 'complete', 'downloading', 'stopped',