nzbs.org back to http only

Fixed: nzbs.org will no longer use SSL to prevent errors
This commit is contained in:
Mark McDowall 2012-08-11 14:55:53 -07:00
commit ad92ba1083
2 changed files with 2 additions and 1 deletions

View file

@ -106,6 +106,7 @@ namespace NzbDrone.Core.Providers
else
{
currentIndexer.Url = indexerLocal.Url;
currentIndexer.BuiltIn = true;
Save(currentIndexer);
}