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 059a164 commit a3322dfCopy full SHA for a3322df
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