diff --git a/src/console/autoSwitcher.ts b/src/console/autoSwitcher.ts index f2ed8af76..2a64984d5 100644 --- a/src/console/autoSwitcher.ts +++ b/src/console/autoSwitcher.ts @@ -48,7 +48,7 @@ export class AutoSwitcher extends EventEmitter { } this.obsPairs.push({ scene: sceneName, - id: +source.sceneItemId!.toString(), + id: parseInt(source.sceneItemId!.toString()), }); }); });