From cc8f0062fd664b8b70e159fa3c445b41a6245b51 Mon Sep 17 00:00:00 2001 From: Jesper Utoft Date: Mon, 26 Aug 2024 19:21:13 +0200 Subject: [PATCH] Remove comment about error override. --- .../Download/Clients/Tribler/TriblerDownloadClient.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/NzbDrone.Core/Download/Clients/Tribler/TriblerDownloadClient.cs b/src/NzbDrone.Core/Download/Clients/Tribler/TriblerDownloadClient.cs index fa9e1a2fe..6cf7ccedd 100644 --- a/src/NzbDrone.Core/Download/Clients/Tribler/TriblerDownloadClient.cs +++ b/src/NzbDrone.Core/Download/Clients/Tribler/TriblerDownloadClient.cs @@ -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?