fix bug in get_group_list

patch bump
This commit is contained in:
norm 2022-11-03 03:36:56 +00:00
parent a0f5d8e57b
commit 5b0ce79e46
2 changed files with 2 additions and 2 deletions

View File

@ -261,7 +261,7 @@ module OBSWS
end end
def get_group_list def get_group_list
resp = call("GetSceneList") resp = call("GetGroupList")
Mixin::Response.new(resp, resp.keys) Mixin::Response.new(resp, resp.keys)
end end

View File

@ -11,7 +11,7 @@ module OBSWS
end end
def patch def patch
0 1
end end
def to_a def to_a