mirror of
https://github.com/Sonarr/Sonarr.git
synced 2024-10-30 07:22:35 +01:00
Remove duplicate call to DeleteTorrent
This commit is contained in:
parent
4659a8366d
commit
94417402d8
@ -229,7 +229,6 @@ namespace NzbDrone.Core.Download.Clients.Flood
|
|||||||
public override void RemoveItem(DownloadClientItem item, bool deleteData)
|
public override void RemoveItem(DownloadClientItem item, bool deleteData)
|
||||||
{
|
{
|
||||||
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
|
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
|
||||||
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public override DownloadClientInfo GetStatus()
|
public override DownloadClientInfo GetStatus()
|
||||||
|
Loading…
Reference in New Issue
Block a user