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

@@ -224,6 +224,7 @@ namespace MediaBrowser.Api
item.DisplayMediaType = request.DisplayMediaType;
item.CommunityRating = request.CommunityRating;
item.VoteCount = request.VoteCount;
item.HomePageUrl = request.HomePageUrl;
item.IndexNumber = request.IndexNumber;
item.ParentIndexNumber = request.ParentIndexNumber;