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

@@ -219,7 +219,7 @@ namespace MediaBrowser.Controller.Providers
if (float.TryParse(rating, out val))
{
item.UserRating = val;
item.CommunityRating = val;
}
}
break;