Files
jellyfin-jellyfin-1/MediaBrowser.Controller/Channels/ChannelLatestMediaSearch.cs
2021-05-11 13:55:46 +02:00

11 lines
197 B
C#

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