97a02f5803
I think some people need to change their IDE configuration ;)
12 lines
195 B
C#
12 lines
195 B
C#
#nullable disable
|
|
|
|
#pragma warning disable CS1591
|
|
|
|
namespace MediaBrowser.Controller.Channels
|
|
{
|
|
public class ChannelLatestMediaSearch
|
|
{
|
|
public string UserId { get; set; }
|
|
}
|
|
}
|