add MinParentIndexNumber

This commit is contained in:
cvium
2022-10-06 14:21:21 +02:00
parent 373c63bcc7
commit 7a0e7b3cf8
3 changed files with 10 additions and 1 deletions

View File

@@ -205,6 +205,8 @@ namespace MediaBrowser.Controller.Entities
public int? MinIndexNumber { get; set; }
public int? MinParentIndexNumber { get; set; }
public int? AiredDuringSeason { get; set; }
public double? MinCriticRating { get; set; }