1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-01-03 13:45:02 +00:00

Remove duplicate call to DeleteTorrent

This commit is contained in:
Alex Thomson 2021-07-28 02:00:07 +12:00 committed by Taloth
parent 4659a8366d
commit 94417402d8

View file

@ -229,7 +229,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()