diff --git a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.html b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.html index 328c0bce1..08a0d5746 100644 --- a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.html +++ b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.html @@ -6,15 +6,8 @@ - + - -
- - - - - -
\ No newline at end of file +
\ No newline at end of file diff --git a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.ts b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.ts index 651ff0b2a..ff7f353ae 100644 --- a/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.ts +++ b/src/Ombi/ClientApp/src/app/discover/components/carousel-list/carousel-list.component.ts @@ -96,7 +96,6 @@ export class CarouselListComponent implements OnInit { return; } this.loading(); - this.clear(); this.discoverOptions = newMode; this.storageService.save(this.mediaTypeStorageKey, newMode.toString()); await this.ngOnInit(); @@ -132,7 +131,6 @@ export class CarouselListComponent implements OnInit { } private createInitialModel() { - this.clear(); this.createModel(); } @@ -153,6 +151,7 @@ export class CarouselListComponent implements OnInit { break; } + this.clear(); this.discoverResults.push(...tempResults); this.finishLoading();