mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2024-11-15 18:50:47 +00:00
fix bug in get_group_list
patch bump
This commit is contained in:
parent
a0f5d8e57b
commit
5b0ce79e46
@ -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
|
||||||
|
|
||||||
|
@ -11,7 +11,7 @@ module OBSWS
|
|||||||
end
|
end
|
||||||
|
|
||||||
def patch
|
def patch
|
||||||
0
|
1
|
||||||
end
|
end
|
||||||
|
|
||||||
def to_a
|
def to_a
|
||||||
|
Loading…
Reference in New Issue
Block a user