@ -890,23 +890,20 @@ public class QBittorrentAdapter implements IDaemonAdapter {
@@ -890,23 +890,20 @@ public class QBittorrentAdapter implements IDaemonAdapter {
return TorrentStatus . Error ;
case "downloading" :
case "metaDL" :
case "stalledDL" :
return TorrentStatus . Downloading ;
case "uploading" :
case "stalledUP" :
return TorrentStatus . Seeding ;
case "pausedDL" :
return TorrentStatus . Paused ;
case "pausedUP" :
case "stoppedDL" :
case "stoppedUP" :
return TorrentStatus . Paused ;
case "stalledUP" :
return TorrentStatus . Seeding ;
case "stalledDL" :
return TorrentStatus . Downloading ;
case "checkingUP" :
return TorrentStatus . Checking ;
case "checkingDL" :
case "checkingUP" :
return TorrentStatus . Checking ;
case "queuedDL" :
return TorrentStatus . Queued ;
case "queuedUP" :
return TorrentStatus . Queued ;
}