mirror of
https://github.com/Radarr/Radarr.git
synced 2026-04-21 22:05:43 -04:00
Patch/onedr0p (#1048)
* Replace Sonarr with Radarr in some more places, update rTorrent to use * Uncomment some lines * Fix CP importing * Upon first sync with adding movies with Lists, it will search for the movie. * Update rarbg indexer, add method to netimportsearch service * Replace german chars in movie title when searching newznab. Update netimportsearchservice
This commit is contained in:
@@ -11,7 +11,7 @@ namespace NzbDrone.Core.NetImport.RSSImport
|
||||
{
|
||||
public override string Name => "RSSList";
|
||||
public override bool Enabled => true;
|
||||
public override bool EnableAuto => true;
|
||||
public override bool EnableAuto => false;
|
||||
|
||||
public RSSImport(IHttpClient httpClient, IConfigService configService, IParsingService parsingService, Logger logger)
|
||||
: base(httpClient, configService, parsingService, logger)
|
||||
|
||||
Reference in New Issue
Block a user