1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-26 22:46:53 -04:00

Roll back some code on Net Import (#772)

This commit is contained in:
Devin Buhl
2017-02-16 13:29:21 -05:00
committed by GitHub
parent 9c20c0b889
commit 363048e68e
5 changed files with 29 additions and 11 deletions
@@ -15,8 +15,8 @@ namespace NzbDrone.Core.NetImport.Trakt
{
public class TraktImport : HttpNetImportBase<TraktSettings>
{
public override string Name => "Trakt";
public override bool Enabled => false;
public override string Name => "Trakt List";
public override bool Enabled => true;
public override bool EnableAuto => false;
public TraktImport(IHttpClient httpClient, IConfigService configService, IParsingService parsingService, Logger logger)