mirror of
https://github.com/Radarr/Radarr
synced 2024-12-26 09:49:00 +00:00
Add category 2035 to Newznab providers for WEB-DL search support. #123
This commit is contained in:
parent
d0b5e380d7
commit
04fec6d4d8
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class NewznabSettings : IProviderConfig
|
||||||
|
|
||||||
public NewznabSettings()
|
public NewznabSettings()
|
||||||
{
|
{
|
||||||
Categories = new[] { 2030, 2040, 2050 };
|
Categories = new[] { 2030, 2035, 2040, 2050 };
|
||||||
AnimeCategories = Enumerable.Empty<int>();
|
AnimeCategories = Enumerable.Empty<int>();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue