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

@@ -29,7 +29,13 @@ namespace MediaBrowser.Model.Entities
/// Gets or sets the score.
/// </summary>
/// <value>The score.</value>
public float Score { get; set; }
public float? Score { get; set; }
/// <summary>
/// Gets or sets a value indicating whether this <see cref="ItemReview"/> is likes.
/// </summary>
/// <value><c>null</c> if [likes] contains no value, <c>true</c> if [likes]; otherwise, <c>false</c>.</value>
public bool? Likes { get; set; }
/// <summary>
/// Gets or sets the URL.