mirror of
https://github.com/Sonarr/Sonarr
synced 2024-12-22 07:43:01 +00:00
Add new category for FL
This commit is contained in:
parent
c435fcd685
commit
620220b269
1 changed files with 9 additions and 7 deletions
|
@ -75,17 +75,19 @@ namespace NzbDrone.Core.Indexers.FileList
|
|||
|
||||
public enum FileListCategories
|
||||
{
|
||||
[FieldOption]
|
||||
[FieldOption(Label = "Anime")]
|
||||
Anime = 24,
|
||||
[FieldOption]
|
||||
[FieldOption(Label = "Animation")]
|
||||
Animation = 15,
|
||||
[FieldOption]
|
||||
[FieldOption(Label = "TV 4K")]
|
||||
TV_4K = 27,
|
||||
[FieldOption]
|
||||
[FieldOption(Label = "TV HD")]
|
||||
TV_HD = 21,
|
||||
[FieldOption]
|
||||
[FieldOption(Label = "TV SD")]
|
||||
TV_SD = 23,
|
||||
[FieldOption]
|
||||
Sport = 13
|
||||
[FieldOption(Label = "Sport")]
|
||||
Sport = 13,
|
||||
[FieldOption(Label = "RO Dubbed")]
|
||||
RoDubbed = 28
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue