diff options
| author | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-06 01:29:56 +0200 |
|---|---|---|
| committer | Michalis Adamidis <gsnerf@gsnerf.de> | 2014-08-06 01:29:56 +0200 |
| commit | 7994f0dcd9082cc657e07dbff6ecc4e638f1f527 (patch) | |
| tree | a62175934f5c563c2fcb37ecccd8b014189a35c9 /MediaBrowser.Model/Entities/CollectionType.cs | |
| parent | a118169a3ccf3361a5920794c7762dfcff1babd2 (diff) | |
| parent | 7e25c857a551ce06025b3b85996aef7ed3c6571e (diff) | |
Merge remote-tracking branch 'official/master'
Diffstat (limited to 'MediaBrowser.Model/Entities/CollectionType.cs')
| -rw-r--r-- | MediaBrowser.Model/Entities/CollectionType.cs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs index 5a9526d95..31cda8303 100644 --- a/MediaBrowser.Model/Entities/CollectionType.cs +++ b/MediaBrowser.Model/Entities/CollectionType.cs @@ -23,5 +23,6 @@ public const string Games = "games"; public const string Channels = "channels"; public const string LiveTv = "livetv"; + public const string Playlists = "playlists"; } } |
