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
@@ -226,6 +226,8 @@ namespace NzbDrone.Core.NetImport
request.HttpRequest.RateLimit = RateLimit;
}
request.HttpRequest.AllowAutoRedirect = true;
return new NetImportResponse(request, _httpClient.Execute(request.HttpRequest));
}