Latest reviews in plug-in detail page

This commit is contained in:
Eric Reed
2013-11-08 15:53:09 -05:00
parent 4dc0a1e44a
commit dbd0145694
3 changed files with 352 additions and 293 deletions

View File

@@ -33,5 +33,10 @@ namespace MediaBrowser.Model.Entities
/// </summary>
public string review { get; set; }
/// <summary>
/// Time of review
/// </summary>
public DateTime timestamp { get; set; }
}
}