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.cs5
1 files changed, 5 insertions, 0 deletions
diff --git a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs b/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
index a291d6e27..c2a51654c 100644
--- a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
+++ b/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
@@ -6,4 +6,9 @@
public string UserId { get; set; }
}
+
+ public class ChannelLatestMediaSearch
+ {
+ public string UserId { get; set; }
+ }
} \ No newline at end of file