mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 11:38:02 +00:00
7 lines
143 B
C#
7 lines
143 B
C#
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public class ChannelSearchInfo
|
|
{
|
|
public string SearchTerm { get; set; }
|
|
}
|
|
} |