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