aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Controller/Net/WebSocketMessages
AgeCommit message (Collapse)Author
2025-04-19Fix SyncPlay WebSocket OpenAPI schemas (#13946)Niels van Velzen
2024-09-18Add SessionInfoDto, DeviceInfoDto and implement ↵Shadowghost
JsonDelimitedArrayConverter.Write
2024-08-30Remove BOM from UTF-8 filesBond_009
I think some people need to change their IDE configuration ;)
2023-07-02Fix sending websocket messages (#9948)Cody Robibero
2023-06-29Fix Websocket OpenApi (#9935)Cody Robibero
* Further split inbound and outbound messages * Fix datatype for inbound start messages * fixes from review
2023-06-10Add all websocket messages to generated openapi spec (#9682)Cody Robibero
* Add all websocket messages to generated openapi spec * Use oneOf * JsonIgnore ServerId * Oops * Add discriminators * Add WebSocketMessage container for Inbound and Outbound messages