From 11612b747c6b0936cbe75913f8ca06b24c5a5cbf Mon Sep 17 00:00:00 2001 From: Sergiy Date: Fri, 27 Sep 2024 09:38:54 +0300 Subject: [PATCH] OV-455: * script-processor --- .../bundles/avatar-videos/services/script-processor.service.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/src/bundles/avatar-videos/services/script-processor.service.ts b/backend/src/bundles/avatar-videos/services/script-processor.service.ts index 9ef10e623..26fe4df59 100644 --- a/backend/src/bundles/avatar-videos/services/script-processor.service.ts +++ b/backend/src/bundles/avatar-videos/services/script-processor.service.ts @@ -83,6 +83,7 @@ class ScriptProcessor { lastScene && lastScene.avatar.voice === voice && lastScene.avatar.name === this.currentAvatar.name && + lastScene.avatar.style === this.currentAvatar.style && JSON.stringify(lastScene.background) === JSON.stringify(scene.background) ) {