andreykaipov / goobs

Go client library for OBS Studio
Apache License 2.0
117 stars 21 forks source link

fix: add missing UUIDs and fields on some resources #152

Closed andreykaipov closed 2 months ago

andreykaipov commented 2 months ago

First I'm adding mapstructure to error on unused fields returned by the obs-websocket server when decoding. This only happens when debugging (i.e. when GOOBS_LOG is nonempty).