mirror of
https://github.com/Sonarr/Sonarr
synced 2026-05-08 13:01:10 +02:00
parent
99843d2876
commit
7e175bf95e
1 changed files with 2 additions and 2 deletions
|
|
@ -240,8 +240,8 @@ public override IEnumerable<DownloadClientItem> GetItems()
|
|||
|
||||
switch (torrent.State)
|
||||
{
|
||||
case "error": // some error occurred, applies to paused torrents
|
||||
item.Status = DownloadItemStatus.Failed;
|
||||
case "error": // some error occurred, applies to paused torrents, warning so failed download handling isn't triggered
|
||||
item.Status = DownloadItemStatus.Warning;
|
||||
item.Message = "qBittorrent is reporting an error";
|
||||
break;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue