From ca4e881c3d388f4fae6f70eeaef8b1eeaf50f1f9 Mon Sep 17 00:00:00 2001 From: smuddyx Date: Tue, 28 Mar 2023 18:11:01 +0200 Subject: [PATCH] fix change detection on push --- src/app/modules/presentation/remote/remote.component.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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$