aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/ParentalRating.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Model/Entities/ParentalRating.cs')
-rw-r--r--MediaBrowser.Model/Entities/ParentalRating.cs21
1 files changed, 0 insertions, 21 deletions
diff --git a/MediaBrowser.Model/Entities/ParentalRating.cs b/MediaBrowser.Model/Entities/ParentalRating.cs
deleted file mode 100644
index e2d1c6574..000000000
--- a/MediaBrowser.Model/Entities/ParentalRating.cs
+++ /dev/null
@@ -1,21 +0,0 @@
-
-namespace MediaBrowser.Model.Entities
-{
- /// <summary>
- /// Class ParentalRating
- /// </summary>
- public class ParentalRating
- {
- /// <summary>
- /// Gets or sets the name.
- /// </summary>
- /// <value>The name.</value>
- public string Name { get; set; }
-
- /// <summary>
- /// Gets or sets the value.
- /// </summary>
- /// <value>The value.</value>
- public int Value { get; set; }
- }
-}