mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-29 23:12:39 +01:00
Remove comment about error override.
This commit is contained in:
parent
054c04aae8
commit
cc8f0062fd
@ -157,7 +157,6 @@ namespace NzbDrone.Core.Download.Clients.Tribler
|
||||
item.Status = DownloadItemStatus.Paused;
|
||||
}
|
||||
|
||||
// override status if error is set
|
||||
if (download.Error != null && download.Error.Length > 0)
|
||||
{
|
||||
item.Status = DownloadItemStatus.Warning; // maybe this should be an error?
|
||||
|
Loading…
Reference in New Issue
Block a user