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); this.setBackgroundStyle(this.request.background);
return; return;
} }
// Set background style while image path is loading. // Set background style while image path is loading.
this.setBackgroundStyle(null); this.setBackgroundStyle(null);
switch (this.request.type) { switch (this.request.type) {

View file

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

View file

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