mirror of
https://github.com/Sonarr/Sonarr.git
synced 2025-04-24 06:17:08 -04:00
parent
99843d2876
commit
7e175bf95e
1 changed files with 2 additions and 2 deletions
|
@ -240,8 +240,8 @@ namespace NzbDrone.Core.Download.Clients.QBittorrent
|
|||
|
||||
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…
Add table
Add a link
Reference in a new issue