1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-22 22:15:17 -04:00

improved categories, added Nzb-Tortuga as a preset

This commit is contained in:
Devin Buhl
2017-01-12 18:44:05 -05:00
parent a060335bbc
commit 774c85f06b
2 changed files with 4 additions and 3 deletions
@@ -60,7 +60,7 @@ namespace NzbDrone.Core.Indexers.Newznab
public NewznabSettings()
{
Categories = new[] { 2030, 2035, 2040, 2045, 2050 };
Categories = new[] { 2000, 2010, 2020, 2030, 2035, 2040, 2045, 2050, 2060 };
AnimeCategories = Enumerable.Empty<int>();
}