mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-22 06:13:22 -07:00
merge
This commit is contained in:
commit
677a6342cf
3 changed files with 3 additions and 3 deletions
|
@ -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) {
|
||||
|
|
|
@ -13,4 +13,4 @@
|
|||
</ng-template>
|
||||
</p-carousel>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
|
@ -17,4 +17,4 @@ export interface IRecentlyRequested {
|
|||
|
||||
posterPath: string;
|
||||
background: string;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue