aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs
blob: bf7461327cad0d10f665744194fb5f568487e833 (plain)
1
2
3
4
5
6
7
namespace MediaBrowser.Controller.Channels
{
    public class ChannelSearchInfo
    {
        public string SearchTerm { get; set; }
    }
}