mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Renamed UserRating to CommunityRating
This commit is contained in:
parent
9f1005d679
commit
01a25c48a0
@@ -170,7 +170,7 @@ namespace MediaBrowser.Api
|
||||
|
||||
dto.TrailerUrl = item.TrailerUrl;
|
||||
dto.Type = item.GetType().Name;
|
||||
dto.UserRating = item.UserRating;
|
||||
dto.CommunityRating = item.CommunityRating;
|
||||
|
||||
dto.UserData = GetDtoUserItemData(item.GetUserData(user, false));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user