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

@@ -48,7 +48,7 @@ namespace MediaBrowser.Controller.Entities
public string DisplayMediaType { get; set; }
public float? UserRating { get; set; }
public float? CommunityRating { get; set; }
public long? RunTimeTicks { get; set; }
public string AspectRatio { get; set; }