1
0
Fork 0
mirror of https://github.com/Sonarr/Sonarr synced 2025-02-25 07:23:16 +00:00

Set dognzb URL to api for new installs

This commit is contained in:
Mark McDowall 2014-05-04 00:56:49 -07:00
parent 00db083adf
commit eeacf9ef9f

View file

@ -43,7 +43,7 @@ namespace NzbDrone.Core.Indexers.Newznab
Enable = false,
Name = "Dognzb.cr",
Implementation = GetType().Name,
Settings = GetSettings("https://dognzb.cr", new List<Int32>())
Settings = GetSettings("https://api.dognzb.cr", new List<Int32>())
});
list.Add(new IndexerDefinition