aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/CollectionType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-16 14:47:05 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2013-07-16 14:47:05 -0400
commit2c22db8b8d42e42a0575e0c2d9366f47f9ee7a24 (patch)
tree5160543394f69112738f78785c776c24a4071c90 /MediaBrowser.Model/Entities/CollectionType.cs
parent27c644e6c8e215efe47e16bf49db0aec619409bc (diff)
Added an adult video entity
Diffstat (limited to 'MediaBrowser.Model/Entities/CollectionType.cs')
-rw-r--r--MediaBrowser.Model/Entities/CollectionType.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs
index 6d3a73aae..60509567e 100644
--- a/MediaBrowser.Model/Entities/CollectionType.cs
+++ b/MediaBrowser.Model/Entities/CollectionType.cs
@@ -16,5 +16,7 @@ namespace MediaBrowser.Model.Entities
public const string HomeVideos = "homevideos";
public const string BoxSets = "boxsets";
+
+ public const string AdultVideos = "adultvideos";
}
}