mirror of
https://github.com/onyx-and-iris/obsws-ruby.git
synced 2026-04-19 05:53:33 +00:00
fix bug in get_group_list
patch bump
This commit is contained in:
@@ -261,7 +261,7 @@ module OBSWS
|
||||
end
|
||||
|
||||
def get_group_list
|
||||
resp = call("GetSceneList")
|
||||
resp = call("GetGroupList")
|
||||
Mixin::Response.new(resp, resp.keys)
|
||||
end
|
||||
|
||||
|
||||
Reference in New Issue
Block a user