jellyfin/MediaBrowser.Controller/Channels/ChannelLatestMediaSearch.cs
2021-12-24 18:28:27 +01:00

12 lines
198 B
C#

#nullable disable
#pragma warning disable CS1591
namespace MediaBrowser.Controller.Channels
{
public class ChannelLatestMediaSearch
{
public string UserId { get; set; }
}
}