summaryrefslogtreecommitdiff
path: root/src/obswebsocket.cr
diff options
context:
space:
mode:
authorJoe Rayhawk <jrayhawk@fairlystable.org>2022-11-24 19:30:30 -0800
committerJoe Rayhawk <jrayhawk@fairlystable.org>2022-11-24 19:30:30 -0800
commit0d6f8dd8777d24d557032446f6ec0b304643e6f4 (patch)
tree4112370d343d76089d3113a1a3235e2551b2baf2 /src/obswebsocket.cr
parentc3345cfdbb16c0396f5ddb5898d9f934fe6fde5d (diff)
downloadcrystal-obs-websocket-0d6f8dd8777d24d557032446f6ec0b304643e6f4.tar.gz
crystal-obs-websocket-0d6f8dd8777d24d557032446f6ec0b304643e6f4.zip
EventSubscription Enum: Fix off-by-one on enumeration
Diffstat (limited to 'src/obswebsocket.cr')
-rw-r--r--src/obswebsocket.cr1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/obswebsocket.cr b/src/obswebsocket.cr
index 9af1856..dd00ec5 100644
--- a/src/obswebsocket.cr
+++ b/src/obswebsocket.cr
@@ -15,6 +15,7 @@ module OBS
# How should this be used?
@[Flags]
enum EventSubscription : UInt32
+ Unused1
Config
Scenes
Inputs