mirror of https://github.com/Radarr/Radarr
New: nzbplanet.net as a newznab preset
This commit is contained in:
parent
6c020111b8
commit
87d15092e5
|
@ -80,6 +80,14 @@ namespace NzbDrone.Core.Indexers.Newznab
|
||||||
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
|
Settings = GetSettings("https://www.oznzb.com", new List<Int32>())
|
||||||
});
|
});
|
||||||
|
|
||||||
|
list.Add(new IndexerDefinition
|
||||||
|
{
|
||||||
|
Enable = false,
|
||||||
|
Name = "nzbplanet.net",
|
||||||
|
Implementation = GetType().Name,
|
||||||
|
Settings = GetSettings("https://nzbplanet.net", new List<Int32>())
|
||||||
|
});
|
||||||
|
|
||||||
return list;
|
return list;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue