mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-26 17:55:51 +00:00
Remove duplicate call to DeleteTorrent
(cherry picked from commit 94417402d8364e435c35365a75278914d5405465)
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user