mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-05-13 11:02:23 -04:00
97a02f5803
I think some people need to change their IDE configuration ;)
9 lines
204 B
C#
9 lines
204 B
C#
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
|
|
|
/// <summary>
|
|
/// Inbound websocket message.
|
|
/// </summary>
|
|
public class InboundWebSocketMessage : WebSocketMessage, IInboundWebSocketMessage
|
|
{
|
|
}
|