Renamed UserRating to CommunityRating

This commit is contained in:
LukePulverenti Luke Pulverenti luke pulverenti
2012-09-17 20:08:21 -04:00
parent 9f1005d679
commit 01a25c48a0
4 changed files with 4 additions and 4 deletions

View File

@@ -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));