mirror of
https://github.com/fergalmoran/Readarr.git
synced 2026-02-18 22:06:17 +00:00
Set dognzb URL to api for new installs
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user