update isready
parent
52caeed90f
commit
ba8903c3ac
|
|
@ -35,12 +35,10 @@ export class LiveStreamComponent implements OnInit {
|
|||
var service = nonArchivedReady[0];
|
||||
this.message = (<any>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);
|
||||
}
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue