Skip to content

Commit 7bfa5dc

Browse files
authored
Change message_id type to str
1 parent 721963a commit 7bfa5dc

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 | int
18+
message_id: str
1919
command: str
2020
args: dict[str, Any] | None = None
2121

0 commit comments

Comments
 (0)