This commit is contained in:
tidusjar 2023-05-17 09:03:01 +01:00
commit 677a6342cf
3 changed files with 3 additions and 3 deletions

View file

@ -124,7 +124,7 @@ export class DetailedCardComponent implements OnInit, OnDestroy {
this.setBackgroundStyle(this.request.background);
return;
}
// Set background style while image path is loading.
this.setBackgroundStyle(null);
switch (this.request.type) {

View file

@ -13,4 +13,4 @@
</ng-template>
</p-carousel>
</div>
</div>
</div>

View file

@ -17,4 +17,4 @@ export interface IRecentlyRequested {
posterPath: string;
background: string;
}
}