diff --git a/Client/src/app/components/live-stream/live-stream.component.ts b/Client/src/app/components/live-stream/live-stream.component.ts index 841789a..30e5695 100644 --- a/Client/src/app/components/live-stream/live-stream.component.ts +++ b/Client/src/app/components/live-stream/live-stream.component.ts @@ -35,12 +35,10 @@ export class LiveStreamComponent implements OnInit { var service = nonArchivedReady[0]; this.message = (service).message; if (service.isReady === true) { - if (this.isReady === true) { - this.showVideo = true; + this.showVideo = true; this.videoSrc = ''; this.videoSrc = service.src; clearInterval(this.interval); - } } } });