From f0464dfa17d146f34849e45097085b891e51ebc8 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 1 Aug 2014 22:34:45 -0400 Subject: improve poster sizing --- MediaBrowser.Model/Entities/CollectionType.cs | 1 + 1 file changed, 1 insertion(+) (limited to 'MediaBrowser.Model/Entities/CollectionType.cs') 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"; } } -- cgit v1.2.3