mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-20 15:55:25 +03:00
10 lines
253 B
C#
10 lines
253 B
C#
|
|
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
||
|
|
|
||
|
|
/// <summary>
|
||
|
|
/// Class representing the list of outbound websocket message types.
|
||
|
|
/// Only used in openapi generation.
|
||
|
|
/// </summary>
|
||
|
|
public class InboundWebSocketMessage : WebSocketMessage
|
||
|
|
{
|
||
|
|
}
|