@ -39,6 +39,17 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
}
protected override string AddFromMagnetLink ( RemoteEpisode remoteEpisode , string hash , string magnetLink )
{
throw new NotImplementedException ( "Episodes are not working with Radarr" ) ;
}
protected override string AddFromTorrentFile ( RemoteEpisode remoteEpisode , string hash , string filename , byte [ ] fileContent )
{
throw new NotImplementedException ( "Episodes are not working with Radarr" ) ;
}
protected override string AddFromMagnetLink ( RemoteMovie remoteEpisode , string hash , string magnetLink )
{
if ( ! Settings . SaveMagnetFiles )
{
@ -62,7 +73,7 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
return null ;
}
protected override string AddFromTorrentFile ( Remote Episod e remoteEpisode , string hash , string filename , byte [ ] fileContent )
protected override string AddFromTorrentFile ( Remote Movi e remoteEpisode , string hash , string filename , byte [ ] fileContent )
{
var title = remoteEpisode . Release . Title ;
@ -93,7 +104,7 @@ namespace NzbDrone.Core.Download.Clients.Blackhole
{
DownloadClient = Definition . Name ,
DownloadId = Definition . Name + "_" + item . DownloadId ,
Category = " son arr",
Category = " rad arr",
Title = item . Title ,
TotalSize = item . TotalSize ,