added library grouping settings.

This commit is contained in:
Luke Pulverenti
2014-06-04 22:32:40 -04:00
parent 39547de1f8
commit 7049ad66f4
64 changed files with 842 additions and 146 deletions

View File

@@ -20,5 +20,7 @@ namespace MediaBrowser.Model.Entities
public const string AdultVideos = "adultvideos";
public const string Books = "books";
public const string Photos = "photos";
public const string Games = "games";
}
}