From f271e358a195c8bb3e931e22ca813265c7bc1f05 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Fri, 6 Jun 2014 13:14:02 -0400 Subject: update channels --- MediaBrowser.Controller/Channels/ChannelSearchInfo.cs | 2 ++ 1 file changed, 2 insertions(+) (limited to 'MediaBrowser.Controller/Channels/ChannelSearchInfo.cs') diff --git a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs b/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs index bf7461327c..a291d6e27f 100644 --- a/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs +++ b/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs @@ -3,5 +3,7 @@ public class ChannelSearchInfo { public string SearchTerm { get; set; } + + public string UserId { get; set; } } } \ No newline at end of file -- cgit v1.2.3