mirror of
https://github.com/Radarr/Radarr
synced 2026-05-07 11:51:00 +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
e6f87bc967
commit
d8483db8f5
1 changed files with 0 additions and 1 deletions
|
|
@ -131,7 +131,6 @@ protected override string AddFromMagnetLink(RemoteMovie remoteMovie, string hash
|
|||
{
|
||||
return _proxy.AddTaskFromUrl(magnetLink, GetDownloadDirectory(remoteMovie).EncodeBase64(), ToBePaused(), ToBeQueuedFirst(remoteMovie), GetSeedRatio(remoteMovie), Settings);
|
||||
}
|
||||
|
||||
protected override string AddFromTorrentFile(RemoteMovie remoteMovie, string hash, string filename, byte[] fileContent)
|
||||
{
|
||||
return _proxy.AddTaskFromFile(filename, fileContent, GetDownloadDirectory(remoteMovie).EncodeBase64(), ToBePaused(), ToBeQueuedFirst(remoteMovie), GetSeedRatio(remoteMovie), Settings);
|
||||
|
|
|
|||
Loading…
Reference in a new issue