mirror of
https://github.com/Radarr/Radarr
synced 2026-05-08 11:00:44 +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
d8483db8f5
commit
3af626a856
1 changed files with 0 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue