fixup! wip

This commit is contained in:
lebaudantoine
2026-09-02 19:08:57 +02:00
parent c7c6d20b91
commit f37992a089
@@ -168,7 +168,8 @@ export class BackgroundCustomProcessor implements BackgroundProcessorInterface {
image.decode().catch((error) => { image.decode().catch((error) => {
reportError('effects_processor_failure', error, { reportError('effects_processor_failure', error, {
context: 'Failed to load virtual background image', context: 'Failed to load virtual background image',
image_path: this.options.type === 'virtual' ? this.options.imagePath : undefined, image_path:
this.options.type === 'virtual' ? this.options.imagePath : undefined,
}) })
}) })
this.virtualBackgroundImage = image this.virtualBackgroundImage = image