mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-13 11:10:24 +01:00
fixes #583 - Add vote count to edit page
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user