mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2024-11-22 04:40:53 +00:00
fix sceneItemIndex key in the payload for set_scene_item_index method
This commit is contained in:
parent
ef0f770c0c
commit
5e68262a80
@ -1494,7 +1494,7 @@ class ReqClient:
|
||||
payload = {
|
||||
"sceneName": scene_name,
|
||||
"sceneItemId": item_id,
|
||||
"sceneItemLocked": item_index,
|
||||
"sceneItemIndex": item_index,
|
||||
}
|
||||
self.send("SetSceneItemIndex", payload)
|
||||
|
||||
|
@ -1 +1 @@
|
||||
version = "1.4.0"
|
||||
version = "1.4.1"
|
||||
|
Loading…
Reference in New Issue
Block a user