diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-13 10:37:17 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-10-13 10:37:17 -0400 |
| commit | f4ce062e0a77bdcbdac768513f21dfef716cfa5d (patch) | |
| tree | 99d1f3856cf6d3ea3a2e4a8b9bae90515943234a /MediaBrowser.Server.Implementations/Dto/DtoService.cs | |
| parent | 7c83e18453d66839b89e56d712b0577157386ef3 (diff) | |
fixes #583 - Add vote count to edit page
Diffstat (limited to 'MediaBrowser.Server.Implementations/Dto/DtoService.cs')
| -rw-r--r-- | MediaBrowser.Server.Implementations/Dto/DtoService.cs | 1 |
1 files changed, 1 insertions, 0 deletions
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) { |
