summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@fairlystable.org>2022-10-29 16:29:04 -0700
committerJoe Rayhawk <jrayhawk@fairlystable.org>2022-10-29 16:29:04 -0700
commit0637727038092467c30b604efe6752ef20432487 (patch)
tree30e4e154e55a4113cba00206d503046b078385b5
parent139d4bda3444725e4ef13993be2163e5ffc17f23 (diff)
downloadcrystal-obs-websocket-0637727038092467c30b604efe6752ef20432487.tar.gz
crystal-obs-websocket-0637727038092467c30b604efe6752ef20432487.zip
createinput(): return JSON::Any response data
This makes the sceneItemId available to the caller.
-rw-r--r--src/obswebsocket.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/obswebsocket.cr b/src/obswebsocket.cr
index f8e7e3e..29bcaa6 100644
--- a/src/obswebsocket.cr
+++ b/src/obswebsocket.cr
@@ -605,6 +605,7 @@ module OBSWebSocket
parent.@inputs.deletecache
self.deletecache
end
+ return d
end
def deletecache( )