1
0
mirror of https://github.com/Radarr/Radarr.git synced 2024-09-11 12:02:35 +02:00

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 Qstick
parent 3ec5d1ef3d
commit 560f12122f

View File

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