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:46 +02:00 committed by GitHub
parent d8483db8f5
commit 3af626a856
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -126,7 +126,6 @@ public override IEnumerable<DownloadClientItem> GetItems()
return queueItems;
}
protected override string AddFromMagnetLink(RemoteMovie remoteMovie, string hash, string magnetLink)
{
return _proxy.AddTaskFromUrl(magnetLink, GetDownloadDirectory(remoteMovie).EncodeBase64(), ToBePaused(), ToBeQueuedFirst(remoteMovie), GetSeedRatio(remoteMovie), Settings);