Updated Matched Metadat to have a library type filter, given that a user might want to do just Comics or Manga at a time.
This commit is contained in:
parent
5db4c80410
commit
ef77474e33
9 changed files with 48 additions and 16 deletions
|
|
@ -190,6 +190,7 @@ export class PreferenceNavComponent implements AfterViewInit {
|
|||
} else {
|
||||
return this.manageService.getAllKavitaPlusSeries({
|
||||
matchStateOption: MatchStateOption.Error,
|
||||
libraryType: -1,
|
||||
searchTerm: ''
|
||||
}).pipe(
|
||||
takeUntilDestroyed(this.destroyRef),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue