namespace MediaBrowser.Controller.Channels { public class ChannelSearchInfo { public string SearchTerm { get; set; } } }