From f4ce062e0a77bdcbdac768513f21dfef716cfa5d Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Sun, 13 Oct 2013 10:37:17 -0400 Subject: fixes #583 - Add vote count to edit page --- MediaBrowser.Server.Implementations/Dto/DtoService.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Server.Implementations') diff --git a/MediaBrowser.Server.Implementations/Dto/DtoService.cs b/MediaBrowser.Server.Implementations/Dto/DtoService.cs index 3c3e01151..153639a00 100644 --- a/MediaBrowser.Server.Implementations/Dto/DtoService.cs +++ b/MediaBrowser.Server.Implementations/Dto/DtoService.cs @@ -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) { -- cgit v1.2.3