aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs')
-rw-r--r--MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs19
1 files changed, 0 insertions, 19 deletions
diff --git a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs b/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
deleted file mode 100644
index 82ef6b946..000000000
--- a/MediaBrowser.Controller/Channels/InternalChannelItemQuery.cs
+++ /dev/null
@@ -1,19 +0,0 @@
-using MediaBrowser.Model.Channels;
-
-namespace MediaBrowser.Controller.Channels
-{
- public class InternalChannelItemQuery
- {
- public string FolderId { get; set; }
-
- public string UserId { get; set; }
-
- public int? StartIndex { get; set; }
-
- public int? Limit { get; set; }
-
- public ChannelItemSortField? SortBy { get; set; }
-
- public bool SortDescending { get; set; }
- }
-} \ No newline at end of file