1
0
mirror of https://github.com/Radarr/Radarr.git synced 2026-04-16 21:15:33 -04:00

Add new category for FL

This commit is contained in:
Bogdan
2024-09-30 17:14:18 +03:00
parent 172dcf6f8d
commit fa190c85a3

View File

@@ -94,6 +94,8 @@ namespace NzbDrone.Core.Indexers.FileList
Movie_BluRay4K = 26,
[FieldOption("Movies 3D")]
Movie_3D = 25,
[FieldOption("RO Dubbed")]
RoDubbed = 28,
[FieldOption("XXX")]
Xxx = 7
}