We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 159cd55 commit fdca73cCopy full SHA for fdca73c
src/types.ts
@@ -1435,7 +1435,7 @@ export interface OBSRequestTypes {
1435
*/
1436
sceneName: string;
1437
};
1438
- GetGroupItemList: {
+ GetGroupSceneItemList: {
1439
/**
1440
* Name of the group to get the items of
1441
@@ -2288,7 +2288,7 @@ export interface OBSResponseTypes {
2288
2289
sceneItems: JsonObject[];
2290
2291
2292
2293
* Array of scene items in the group
2294
0 commit comments