Added an adult video entity

This commit is contained in:
Luke Pulverenti
2013-07-16 14:47:05 -04:00
parent 27c644e6c8
commit 2c22db8b8d
15 changed files with 56 additions and 57 deletions

View File

@@ -16,5 +16,7 @@ namespace MediaBrowser.Model.Entities
public const string HomeVideos = "homevideos";
public const string BoxSets = "boxsets";
public const string AdultVideos = "adultvideos";
}
}