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

@@ -905,6 +905,7 @@ namespace MediaBrowser.Server.Implementations.Dto
dto.Type = item.GetType().Name;
dto.CommunityRating = item.CommunityRating;
dto.VoteCount = item.VoteCount;
if (item.IsFolder)
{