added sorting by mpaa rating

This commit is contained in:
Luke Pulverenti
2013-07-18 11:07:31 -04:00
parent 4b3ce596a1
commit 683f00ba38
3 changed files with 45 additions and 0 deletions

View File

@@ -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";