mirror of
https://github.com/Radarr/Radarr
synced 2025-02-25 15:43:08 +00:00
Add UHD to default movie categories for newsnab providers
This commit is contained in:
parent
f198ca2b77
commit
c06a6dc988
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ public class NewznabSettings : IProviderConfig
|
|||
|
||||
public NewznabSettings()
|
||||
{
|
||||
Categories = new[] { 2030, 2035, 2040, 2050 };
|
||||
Categories = new[] { 2030, 2035, 2040, 2045, 2050 };
|
||||
AnimeCategories = Enumerable.Empty<int>();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue