1
0
Fork 0
mirror of https://github.com/Radarr/Radarr synced 2025-01-03 05:44:50 +00:00

Merge pull request #130 from Radarr/newznab-patch

Add category 2035 to Newznab providers for WEB-DL search support. #123
This commit is contained in:
Devin Buhl 2017-01-10 19:14:21 -05:00 committed by GitHub
commit c5eb772f7a

View file

@ -60,7 +60,7 @@ public class NewznabSettings : IProviderConfig
public NewznabSettings()
{
Categories = new[] { 2030, 2040, 2050 };
Categories = new[] { 2030, 2035, 2040, 2050 };
AnimeCategories = Enumerable.Empty<int>();
}