mirror of
https://github.com/Readarr/Readarr
synced 2025-12-21 15:53:38 +01:00
Remove duplicate call to DeleteTorrent
(cherry picked from commit 94417402d8364e435c35365a75278914d5405465)
This commit is contained in:
parent
474699b67d
commit
9150f6889f
1 changed files with 0 additions and 1 deletions
|
|
@ -196,7 +196,6 @@ public override void MarkItemAsImported(DownloadClientItem downloadClientItem)
|
|||
public override void RemoveItem(DownloadClientItem item, bool deleteData)
|
||||
{
|
||||
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
|
||||
_proxy.DeleteTorrent(item.DownloadId, deleteData, Settings);
|
||||
}
|
||||
|
||||
public override DownloadClientInfo GetStatus()
|
||||
|
|
|
|||
Loading…
Reference in a new issue