Remove duplicate call to DeleteTorrent

(cherry picked from commit 94417402d8364e435c35365a75278914d5405465)
This commit is contained in:
Alex Thomson
2021-07-28 02:00:07 +12:00
committed by ta264
parent 474699b67d
commit 9150f6889f

View File

@@ -196,7 +196,6 @@ namespace NzbDrone.Core.Download.Clients.Flood
public override void RemoveItem(DownloadClientItem item, bool deleteData)
{
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
}
public override DownloadClientInfo GetStatus()