mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 13:31:21 +02:00
Update src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs
Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
parent
58e33c056d
commit
e6f87bc967
1 changed files with 0 additions and 1 deletions
|
|
@ -141,7 +141,6 @@ public override void RemoveItem(DownloadClientItem item, bool deleteData)
|
|||
{
|
||||
_proxy.DeleteTask(item.DownloadId, deleteData, Settings);
|
||||
}
|
||||
|
||||
public override DownloadClientInfo GetStatus()
|
||||
{
|
||||
var destDir = GetDownloadDirectory();
|
||||
|
|
|
|||
Loading…
Reference in a new issue