mirror of
https://github.com/stagehacks/Cue-View.git
synced 2026-08-12 09:13:39 +00:00
initial commit adding Shure Wireless
This commit is contained in:
+1
-1
@@ -232,7 +232,7 @@ module.exports.deleteActive = function deleteActive() {
|
||||
module.exports.changeActiveType = function changeActiveType(newType) {
|
||||
const device = VIEW.getActiveDevice();
|
||||
device.type = newType;
|
||||
device.fields = {};
|
||||
device.fields = [];
|
||||
device.plugin = PLUGINS.all[newType];
|
||||
|
||||
if (PLUGINS.all[device.type].config.fields) {
|
||||
|
||||
Reference in New Issue
Block a user