mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-27 19:08:27 +01:00
added sorting by mpaa rating
This commit is contained in:
@@ -31,6 +31,10 @@ namespace MediaBrowser.Model.Querying
|
||||
/// </summary>
|
||||
public const string DateCreated = "DateCreated";
|
||||
/// <summary>
|
||||
/// The official rating
|
||||
/// </summary>
|
||||
public const string OfficialRating = "OfficialRating";
|
||||
/// <summary>
|
||||
/// The date played
|
||||
/// </summary>
|
||||
public const string DatePlayed = "DatePlayed";
|
||||
|
||||
Reference in New Issue
Block a user