Feat : OBS presets
Some checks failed
release / build (push) Successful in 26s
release / verify-windows (push) Failing after 1m0s

This commit is contained in:
jeanotx32
2026-08-11 22:24:45 +02:00
parent 3b614c5d05
commit 03b1963150
11 changed files with 710 additions and 8 deletions

View File

@@ -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),
};