diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-04 22:32:40 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-06-04 22:32:40 -0400 |
| commit | 7049ad66f47f4de3a62e0cc10ca8911f1dc454a7 (patch) | |
| tree | 1984bb5f9780b0c413bbb62dcc66d91d2cb1d27e /MediaBrowser.Model/Entities/CollectionType.cs | |
| parent | 39547de1f8ece19e609fe248514684c2f394ac2b (diff) | |
added library grouping settings.
Diffstat (limited to 'MediaBrowser.Model/Entities/CollectionType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/CollectionType.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs index 87cb336d9..eab5cb320 100644 --- a/MediaBrowser.Model/Entities/CollectionType.cs +++ b/MediaBrowser.Model/Entities/CollectionType.cs @@ -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"; } } |
