Feat : OBS presets
This commit is contained in:
@@ -139,6 +139,7 @@ class Hub {
|
||||
autoConnectObs: record.autoConnectObs,
|
||||
watch: record.watch,
|
||||
browser: record.browser,
|
||||
recording: record.recording,
|
||||
};
|
||||
connection.socket.send(JSON.stringify(message));
|
||||
}
|
||||
@@ -177,6 +178,7 @@ class Hub {
|
||||
autoConnectObs: record.autoConnectObs,
|
||||
watch: record.watch,
|
||||
browser: record.browser,
|
||||
recording: record.recording,
|
||||
notes: record.notes,
|
||||
status: this.statusOf(record.id),
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user