get movie ratings from imdb via omdb

This commit is contained in:
Luke Pulverenti
2013-07-05 13:40:51 -04:00
parent 6ad5c9fa71
commit 6b84095add
4 changed files with 30 additions and 9 deletions

View File

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