We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2b2b315 + 5807984 commit 6a42f7cCopy full SHA for 6a42f7c
src/app/xtream/xtream-main-container.component.ts
@@ -349,6 +349,7 @@ export class XtreamMainContainerComponent implements OnInit {
349
}
350
351
openPlayer(streamUrl: string, title: string) {
352
+ this.streamUrl = streamUrl;
353
this.player = this.settings()?.player ?? VideoPlayer.VideoJs;
354
if (this.player === VideoPlayer.MPV) {
355
if (!this.hideExternalInfoDialog())
@@ -363,7 +364,6 @@ export class XtreamMainContainerComponent implements OnInit {
363
364
url: streamUrl,
365
});
366
} else {
- this.streamUrl = streamUrl;
367
if (this.selectedContentType !== ContentType.ITV) {
368
this.dialog.open<PlayerDialogComponent, PlayerDialogData>(
369
PlayerDialogComponent,
0 commit comments