mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-14 18:57:39 -07:00
nzbs.org back to http only
Fixed: nzbs.org will no longer use SSL to prevent errors
This commit is contained in:
parent
86e81efc16
commit
ad92ba1083
2 changed files with 2 additions and 1 deletions
|
@ -106,6 +106,7 @@ namespace NzbDrone.Core.Providers
|
|||
|
||||
else
|
||||
{
|
||||
currentIndexer.Url = indexerLocal.Url;
|
||||
currentIndexer.BuiltIn = true;
|
||||
Save(currentIndexer);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue