aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-12 02:05:51 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-05-12 02:05:51 -0400
commit024df8a0116cf36290ad9abf876ea4d77da354b3 (patch)
treef7edb45056e08faeb7c50a0e59c076ba2a4a0518 /MediaBrowser.Model
parentb85ea26b7a80b45244b91eb4d4f987b4b969ac28 (diff)
display critic reviews on detail page
Diffstat (limited to 'MediaBrowser.Model')
-rw-r--r--MediaBrowser.Model/Entities/ItemReview.cs6
1 files changed, 0 insertions, 6 deletions
diff --git a/MediaBrowser.Model/Entities/ItemReview.cs b/MediaBrowser.Model/Entities/ItemReview.cs
index 3b496cce8..e1a32aa11 100644
--- a/MediaBrowser.Model/Entities/ItemReview.cs
+++ b/MediaBrowser.Model/Entities/ItemReview.cs
@@ -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; }
}
}