mirror of
https://github.com/Kareadita/Kavita.git
synced 2025-07-09 03:04:19 -04:00
Docker Fix (#2426)
This commit is contained in:
parent
2f6e76fbe4
commit
36813da54c
@ -26,7 +26,6 @@ import {JumpbarService} from "../_services/jumpbar.service";
|
|||||||
export class AllFiltersComponent implements OnInit {
|
export class AllFiltersComponent implements OnInit {
|
||||||
private readonly cdRef = inject(ChangeDetectorRef);
|
private readonly cdRef = inject(ChangeDetectorRef);
|
||||||
private readonly jumpbarService = inject(JumpbarService);
|
private readonly jumpbarService = inject(JumpbarService);
|
||||||
private readonly hubService = inject(MessageHubService);
|
|
||||||
private readonly router = inject(Router);
|
private readonly router = inject(Router);
|
||||||
private readonly filterService = inject(FilterService);
|
private readonly filterService = inject(FilterService);
|
||||||
|
|
||||||
@ -42,10 +41,6 @@ export class AllFiltersComponent implements OnInit {
|
|||||||
this.isLoading = false;
|
this.isLoading = false;
|
||||||
this.cdRef.markForCheck();
|
this.cdRef.markForCheck();
|
||||||
});
|
});
|
||||||
// this.hubService.messages$.pipe(debounceTime(6000), takeUntilDestroyed(this.destroyRef)).subscribe((event: Message<any>) => {
|
|
||||||
// if (event.event !== EVENTS.) return;
|
|
||||||
// this.loadPage();
|
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
|
|
||||||
async loadSmartFilter(filter: SmartFilter) {
|
async loadSmartFilter(filter: SmartFilter) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user