aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-11 19:02:28 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-05-11 19:02:28 -0400
commitb9b568de13d81f9db1a8502d50940475c1d79c72 (patch)
treea808b700095f876e437b95c432c0220e241f9fda /MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
parent0d605b8672ece5129e833a2e9cde11a8aaf1b62a (diff)
updated nuget
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs')
-rw-r--r--MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs11
1 files changed, 11 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
new file mode 100644
index 0000000000..21100ebdd7
--- /dev/null
+++ b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
@@ -0,0 +1,11 @@
+using MediaBrowser.Controller.Entities;
+
+namespace MediaBrowser.Controller.Channels
+{
+ public class InternalChannelItemQuery
+ {
+ public string CategoryId { get; set; }
+
+ public User User { get; set; }
+ }
+} \ No newline at end of file