mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-21 22:03:15 -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);
|
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) {
|
||||||
|
|
|
@ -13,4 +13,4 @@
|
||||||
</ng-template>
|
</ng-template>
|
||||||
</p-carousel>
|
</p-carousel>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
|
@ -17,4 +17,4 @@ export interface IRecentlyRequested {
|
||||||
|
|
||||||
posterPath: string;
|
posterPath: string;
|
||||||
background: string;
|
background: string;
|
||||||
}
|
}
|
Loading…
Add table
Add a link
Reference in a new issue