Scripts, scenes, bridges, bots and more

This commit is contained in:
Jakub Zych
2026-04-26 23:08:48 +02:00
parent a34cd5fab7
commit fb5aaed9e7
32 changed files with 2985 additions and 4382 deletions

View File

@@ -86,7 +86,7 @@
let obs = null;
async function connectOBS() {
if (!window.__OBSWS) {
setWs('vendor/obs-config.js MISSING — run setup.sh', 'err');
setWs('vendor/obs-config.js MISSING — run scripts/setup.sh', 'err');
return;
}
try {
@@ -221,7 +221,7 @@
if (queue.length > 0) {
playCurrent();
} else {
console.warn('[music] no tracks — run loading/playlist.sh');
console.warn('[music] no tracks — run scripts/playlist.sh');
}
</script>
</body>