mirror of
https://github.com/Readarr/Readarr.git
synced 2026-04-18 21:34:28 -04:00
New: nzbplanet.net as a newznab preset
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user