1
0
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:
Jesper Utoft 2024-08-26 19:21:13 +02:00
parent 054c04aae8
commit cc8f0062fd

View File

@ -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?