Added critic rating as a sort order

This commit is contained in:
Luke Pulverenti
2013-05-05 22:23:19 -04:00
parent 378beb7bad
commit e49848b8bf
10 changed files with 76 additions and 9 deletions

View File

@@ -42,6 +42,18 @@ namespace MediaBrowser.Model.Dto
/// <value>The premiere date.</value>
public DateTime? PremiereDate { get; set; }
/// <summary>
/// Gets or sets the critic rating.
/// </summary>
/// <value>The critic rating.</value>
public float? CriticRating { get; set; }
/// <summary>
/// Gets or sets the critic rating summary.
/// </summary>
/// <value>The critic rating summary.</value>
public string CriticRatingSummary { get; set; }
/// <summary>
/// Gets or sets the path.
/// </summary>