Fix JSON tag for setImage
This commit is contained in:
@@ -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"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user