jellyfin/MediaBrowser.Controller/Channels/ChannelSearchInfo.cs

7 lines
143 B
C#
Raw Normal View History

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