Skip to content

Commit 059a164

Browse files
Revert "Change message_id type to str"
This reverts commit 7bfa5dc.
1 parent 7bfa5dc commit 059a164

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

music_assistant_models/api.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
class CommandMessage(DataClassORJSONMixin):
1616
"""Model for a Message holding a command from server to client or client to server."""
1717

18-
message_id: str
18+
message_id: str | int
1919
command: str
2020
args: dict[str, Any] | None = None
2121

0 commit comments

Comments
 (0)