Fix JSON tag for setImage

This commit is contained in:
Justin Hawkins 2024-06-28 19:07:50 +09:30
parent 4d2ebbd805
commit bfc17b45d4

View File

@ -158,7 +158,7 @@ type ESSetImage struct {
} }
type ESSetImagePayload struct { type ESSetImagePayload struct {
Image string `json:"title"` Image string `json:"image"`
Target EventTarget `json:"target"` Target EventTarget `json:"target"`
State int `json:"state"` State int `json:"state"`
} }