mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-24 09:44:47 +03:00
Rework parental ratings (#12615)
This commit is contained in:
@@ -111,6 +111,8 @@ namespace MediaBrowser.Model.Users
|
||||
/// <value>The max parental rating.</value>
|
||||
public int? MaxParentalRating { get; set; }
|
||||
|
||||
public int? MaxParentalSubRating { get; set; }
|
||||
|
||||
public string[] BlockedTags { get; set; }
|
||||
|
||||
public string[] AllowedTags { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user