aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Model/Entities/CollectionType.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-14 19:13:09 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-06-14 19:13:09 -0400
commitf72b1f531a39bbd74f482a9323a27c531e7869cf (patch)
treeda17799f08d5753059965da25a2120b082cf34a8 /MediaBrowser.Model/Entities/CollectionType.cs
parent0b60e7ca67394b24f4f1725b7d43405387c3e067 (diff)
add library folder option to home page
Diffstat (limited to 'MediaBrowser.Model/Entities/CollectionType.cs')
-rw-r--r--MediaBrowser.Model/Entities/CollectionType.cs2
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/Entities/CollectionType.cs b/MediaBrowser.Model/Entities/CollectionType.cs
index eab5cb320..1aae2a89c 100644
--- a/MediaBrowser.Model/Entities/CollectionType.cs
+++ b/MediaBrowser.Model/Entities/CollectionType.cs
@@ -22,5 +22,7 @@ namespace MediaBrowser.Model.Entities
public const string Books = "books";
public const string Photos = "photos";
public const string Games = "games";
+ public const string Channels = "channels";
+ public const string LiveTv = "livetv";
}
}