From 9c5cceb4ecc277ffb5a3a988f655ad674bf41c58 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Thu, 14 Aug 2014 09:24:30 -0400 Subject: update translations --- MediaBrowser.Model/Entities/CollectionType.cs | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'MediaBrowser.Model/Entities') diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs index 31cda8303e..a97cc3b120 100644 --- a/MediaBrowser.Model/Entities/CollectionType.cs +++ b/MediaBrowser.Model/Entities/CollectionType.cs @@ -24,5 +24,9 @@ public const string Channels = "channels"; public const string LiveTv = "livetv"; public const string Playlists = "playlists"; + public const string Folders = "folders"; + + public const string LiveTvChannels = "LiveTvChannels"; + public const string LiveTvRecordingGroups = "LiveTvRecordingGroups"; } } -- cgit v1.2.3