mirror of
https://github.com/lidarr/lidarr.git
synced 2025-08-19 13:10:13 -07:00
New: NZBgeek added as preset indexer
This commit is contained in:
parent
98d79dab20
commit
fdddb13686
1 changed files with 8 additions and 0 deletions
|
@ -88,6 +88,14 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
|
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
list.Add(new IndexerDefinition
|
||||||
|
{
|
||||||
|
Enable = false,
|
||||||
|
Name = "NZBgeek",
|
||||||
|
Implementation = GetType().Name,
|
||||||
|
Settings = GetSettings("https://api.nzbgeek.info", new List<Int32>())
|
||||||
|
});
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue