1
0
Fork 0
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:
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?