nrkno / sofie-hyperdeck-connection

Sofie HyperDeck Connection: A Part of the Sofie TV Studio Automation System
https://github.com/nrkno/Sofie-TV-automation/
MIT License
5 stars 9 forks source link

Fix configuration commands #9

Closed sphlabs closed 3 years ago

sphlabs commented 3 years ago
mint-dewit commented 3 years ago

This would output configuration: videoInput: video input: <setting> because the parameter key is used as key in the output as well.

it should instead be rewritten to if (this.videoInput) res.params['video input'] =

sphlabs commented 3 years ago

Thanks for the correction - should be fixed now.