Rework parental ratings (#12615)
This commit is contained in:
@@ -84,6 +84,8 @@ public class BaseItemEntity
|
||||
|
||||
public int? InheritedParentalRatingValue { get; set; }
|
||||
|
||||
public int? InheritedParentalRatingSubValue { get; set; }
|
||||
|
||||
public string? UnratedType { get; set; }
|
||||
|
||||
public float? CriticRating { get; set; }
|
||||
|
||||
@@ -249,9 +249,14 @@ namespace Jellyfin.Database.Implementations.Entities
|
||||
public bool EnableUserPreferenceAccess { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the maximum parental age rating.
|
||||
/// Gets or sets the maximum parental rating score.
|
||||
/// </summary>
|
||||
public int? MaxParentalAgeRating { get; set; }
|
||||
public int? MaxParentalRatingScore { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the maximum parental rating sub score.
|
||||
/// </summary>
|
||||
public int? MaxParentalRatingSubScore { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the remote client bitrate limit.
|
||||
|
||||
Reference in New Issue
Block a user