mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-20 06:28:34 +00:00
8 lines
204 B
C#
8 lines
204 B
C#
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
|
|
|
/// <summary>
|
|
/// Inbound websocket message.
|
|
/// </summary>
|
|
public class InboundWebSocketMessage : WebSocketMessage, IInboundWebSocketMessage
|
|
{
|
|
}
|