mirror of https://github.com/lidarr/Lidarr
Merge pull request #953 from zetas/nn_preset_nzbcat
New: Newznab Preset for NZBCat
This commit is contained in:
commit
0a1a30f2af
|
@ -52,6 +52,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
yield return GetDefinition("nzbplanet.net", GetSettings("https://nzbplanet.net"));
|
||||
yield return GetDefinition("NZBgeek", GetSettings("https://api.nzbgeek.info"));
|
||||
yield return GetDefinition("PFmonkey", GetSettings("https://www.pfmonkey.com"));
|
||||
yield return GetDefinition("NZBCat", GetSettings("https://nzb.cat"));
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue