jellyfin/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs

7 lines
143 B
C#
Raw Normal View History

2014-05-11 23:02:28 +00:00
namespace MediaBrowser.Controller.Channels
{
public class ChannelSearchInfo
{
public string SearchTerm { get; set; }
}
}