display critic reviews on detail page

This commit is contained in:
Luke Pulverenti
2013-05-12 02:05:51 -04:00
parent b85ea26b7a
commit 024df8a011
3 changed files with 27 additions and 7 deletions

View File

@@ -48,11 +48,5 @@ namespace MediaBrowser.Model.Entities
/// </summary>
/// <value>The caption.</value>
public string Caption { get; set; }
/// <summary>
/// Gets or sets the text.
/// </summary>
/// <value>The text.</value>
public string Text { get; set; }
}
}