From 5e7e5f4cbff67ac43ba9b6022fd6061ab89eb75d Mon Sep 17 00:00:00 2001 From: Jesse Chan Date: Mon, 2 Nov 2020 19:42:23 +0800 Subject: [PATCH] API: torrent: remove unused "paused" status --- shared/constants/torrentStatusMap.ts | 1 - 1 file changed, 1 deletion(-) 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',