missed a thing

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2017-06-02 00:21:34 +01:00
parent 46a9326607
commit 4976cbb424

View file

@ -79,7 +79,7 @@ export default {
},
setVideoInput: function(deviceId) {
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput']();
this[deviceId === 'default' ? 'setVideoInputDefault' : '_setVideoInput'](deviceId);
},
_setVideoInput: function(deviceId) {