Set dognzb URL to api for new installs

pull/4/head
Mark McDowall 11 years ago
parent 00db083adf
commit eeacf9ef9f

@ -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

Loading…
Cancel
Save