diff --git a/src/app/modules/presentation/remote/remote.component.ts b/src/app/modules/presentation/remote/remote.component.ts index 5844649..42b2390 100644 --- a/src/app/modules/presentation/remote/remote.component.ts +++ b/src/app/modules/presentation/remote/remote.component.ts @@ -91,7 +91,8 @@ export class RemoteComponent { map(_ => _.currentShow) ) .subscribe(_ => { - void this.onShowChanged(_); + this.onShowChanged(_); + this.cRef.markForCheck(); }); this.presentationDynamicCaptionChanged$