mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-29 12:14:49 +03:00
fixes #553 - Support locking OfficialRating field
This commit is contained in:
@@ -37,6 +37,10 @@ namespace MediaBrowser.Model.Entities
|
||||
/// <summary>
|
||||
/// The runtime
|
||||
/// </summary>
|
||||
Runtime
|
||||
Runtime,
|
||||
/// <summary>
|
||||
/// The official rating
|
||||
/// </summary>
|
||||
OfficialRating
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user