diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-01 22:34:45 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2014-08-01 22:34:45 -0400 |
| commit | f0464dfa17d146f34849e45097085b891e51ebc8 (patch) | |
| tree | c9f2f27ade62ea749728a3d41a5d8b67540dd994 /MediaBrowser.Model/Entities/CollectionType.cs | |
| parent | 148261a48c1d6058cfa5833f5278e7b0ccdba2fc (diff) | |
improve poster sizing
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"; } } |
