mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-31 04:05:50 -04:00
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
|
|
{
|
|
}
|