Merge with default

This commit is contained in:
ebr11 Eric Reed spam
2012-09-20 11:28:02 -04:00
36 changed files with 622 additions and 707 deletions

View File

@@ -46,7 +46,7 @@ namespace MediaBrowser.Model.DTO
public string DisplayMediaType { get; set; }
[ProtoMember(12)]
public float? UserRating { get; set; }
public float? CommunityRating { get; set; }
[ProtoMember(13)]
public long? RunTimeTicks { get; set; }