mirror of https://github.com/Radarr/Radarr
Merge pull request #199 from Radarr/patch/add-uhd-todefault-indexers
Add UHD to default movie categories for newsnab providers
This commit is contained in:
commit
9d50f4d651
|
@ -60,7 +60,7 @@ namespace NzbDrone.Core.Indexers.Newznab
|
|||
|
||||
public NewznabSettings()
|
||||
{
|
||||
Categories = new[] { 2030, 2035, 2040, 2050 };
|
||||
Categories = new[] { 2030, 2035, 2040, 2045, 2050 };
|
||||
AnimeCategories = Enumerable.Empty<int>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue