Kavita+ Tweaks (#2595)
This commit is contained in:
parent
e21144bf6b
commit
3dcf7750f7
21 changed files with 501 additions and 414 deletions
|
|
@ -26,6 +26,4 @@ export class UserHoldsComponent {
|
|||
private readonly scrobblingService = inject(ScrobblingService);
|
||||
private readonly destroyRef = inject(DestroyRef);
|
||||
holds$ = this.scrobblingService.getHolds().pipe(takeUntilDestroyed(this.destroyRef), shareReplay());
|
||||
|
||||
constructor() {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue