Cleaning up

This commit is contained in:
Zoe Roux 2020-04-04 01:58:37 +02:00
parent 3260a975ed
commit 9e32eb6a4d

View File

@ -92,6 +92,6 @@ export class ShowDetailsComponent implements OnInit
openTrailer() openTrailer()
{ {
this.dialog.open(TrailerDialogComponent, {width: "80%", height: "50vw", data: this.show.trailerUrl}); this.dialog.open(TrailerDialogComponent, {width: "80%", height: "45vw", data: this.show.trailerUrl});
} }
} }