We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 721963a commit 7bfa5dcCopy full SHA for 7bfa5dc
music_assistant_models/api.py
@@ -15,7 +15,7 @@
15
class CommandMessage(DataClassORJSONMixin):
16
"""Model for a Message holding a command from server to client or client to server."""
17
18
- message_id: str | int
+ message_id: str
19
command: str
20
args: dict[str, Any] | None = None
21
0 commit comments