aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
diff options
context:
space:
mode:
Diffstat (limited to 'MediaBrowser.Controller/Channels/ChannelSearchInfo.cs')
-rw-r--r--MediaBrowser.Controller/Channels/ChannelSearchInfo.cs14
1 files changed, 0 insertions, 14 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs b/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
deleted file mode 100644
index c2a51654c..000000000
--- a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
+++ /dev/null
@@ -1,14 +0,0 @@
-namespace MediaBrowser.Controller.Channels
-{
- public class ChannelSearchInfo
- {
- public string SearchTerm { get; set; }
-
- public string UserId { get; set; }
- }
-
- public class ChannelLatestMediaSearch
- {
- public string UserId { get; set; }
- }
-} \ No newline at end of file