fixes #583 - Add vote count to edit page

This commit is contained in:
Luke Pulverenti
2013-10-13 10:37:17 -04:00
parent 7c83e18453
commit f4ce062e0a
4 changed files with 10 additions and 2 deletions

View File

@@ -108,6 +108,12 @@ namespace MediaBrowser.Model.Dto
/// <value>The community rating.</value>
public float? CommunityRating { get; set; }
/// <summary>
/// Gets or sets the vote count.
/// </summary>
/// <value>The vote count.</value>
public int? VoteCount { get; set; }
/// <summary>
/// Gets or sets the original run time ticks.
/// </summary>