mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-26 10:44:50 +03:00
fixes #583 - Add vote count to edit page
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user