From 2c22db8b8d42e42a0575e0c2d9366f47f9ee7a24 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 16 Jul 2013 14:47:05 -0400 Subject: Added an adult video entity --- MediaBrowser.Model/Entities/CollectionType.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Model/Entities/CollectionType.cs') 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"; } } -- cgit v1.2.3