mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-21 00:05:26 +03:00
Fix Websocket OpenApi (#9935)
* Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
||||
namespace MediaBrowser.Controller.Net.WebSocketMessages;
|
||||
|
||||
/// <summary>
|
||||
/// Class representing the list of outbound websocket message types.
|
||||
/// Only used in openapi generation.
|
||||
/// Inbound websocket message.
|
||||
/// </summary>
|
||||
public class InboundWebSocketMessage : WebSocketMessage
|
||||
public class InboundWebSocketMessage : WebSocketMessage, IInboundWebSocketMessage
|
||||
{
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user