Update src/NzbDrone.Core/Download/Clients/FreeboxDownload/TorrentFreeboxDownload.cs

Co-authored-by: Bogdan <mynameisbogdan@users.noreply.github.com>
This commit is contained in:
Foireatout 2026-04-13 16:08:25 +02:00 committed by GitHub
parent 58e33c056d
commit e6f87bc967
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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();