Skip to content

Commit 4b2ea48

Browse files
committed
Fix sending message_id as string
1 parent 7aae29b commit 4b2ea48

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/api/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1591,7 +1591,7 @@ export class MusicAssistantApi {
15911591

15921592
const msg: CommandMessage = {
15931593
command: command,
1594-
message_id: msgId,
1594+
message_id: msgId.toString(),
15951595
args,
15961596
};
15971597

0 commit comments

Comments
 (0)