mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 07:13:22 +01:00
7 lines
No EOL
143 B
C#
7 lines
No EOL
143 B
C#
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public class ChannelSearchInfo
|
|
{
|
|
public string SearchTerm { get; set; }
|
|
}
|
|
} |