mirror of
https://github.com/onyx-and-iris/obsws-python.git
synced 2026-04-18 05:53:32 +00:00
fix sceneItemIndex key in the payload for set_scene_item_index method
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user