// // Copyright (c) PlaceholderCompany. All rights reserved. // #nullable disable #pragma warning disable CS1591 namespace MediaBrowser.Controller.Channels { public class ChannelSearchInfo { public string SearchTerm { get; set; } public string UserId { get; set; } } }