mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-02 05:10:15 +00:00
feat(plugins): change websockets Data field type to []byte for binary support
Signed-off-by: Deluan <deluan@navidrome.org>
This commit is contained in:
parent
30df004d4d
commit
6fd044fb09
10 changed files with 94 additions and 22 deletions
|
|
@ -30,6 +30,7 @@ components:
|
|||
description: ConnectionID is the unique identifier for the WebSocket connection that received the message.
|
||||
data:
|
||||
type: string
|
||||
format: byte
|
||||
description: Data is the binary data received from the WebSocket, encoded as base64.
|
||||
required:
|
||||
- connectionId
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue