New: nzbplanet.net as a newznab preset

This commit is contained in:
Mark McDowall 2014-07-08 22:37:31 -07:00
parent 6c020111b8
commit 87d15092e5
1 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,14 @@ namespace NzbDrone.Core.Indexers.Newznab
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;
}
}