mirror of
https://github.com/Sonarr/Sonarr
synced 2025-03-11 06:33:32 +00:00
Remove comment about error override.
This commit is contained in:
parent
054c04aae8
commit
cc8f0062fd
1 changed files with 0 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue