Fix migration to include ConfigContract and EnableAuto. Also fixed redirects on lists.

Please delete NetImport Table and the corresponding VersionInfo Row (123)
This commit is contained in:
Leonardo Galli
2017-01-22 14:55:25 +01:00
parent 76a42b28f3
commit f481676c81
4 changed files with 8 additions and 3 deletions

View File

@@ -306,6 +306,8 @@ namespace NzbDrone.Core.Indexers
request.HttpRequest.RateLimit = RateLimit;
}
request.HttpRequest.AllowAutoRedirect = true;
return new IndexerResponse(request, _httpClient.Execute(request.HttpRequest));
}