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:
Joseph Milazzo 2025-06-06 05:23:10 -05:00
parent 5db4c80410
commit ef77474e33
9 changed files with 48 additions and 16 deletions

View file

@ -190,6 +190,7 @@ export class PreferenceNavComponent implements AfterViewInit {
} else {
return this.manageService.getAllKavitaPlusSeries({
matchStateOption: MatchStateOption.Error,
libraryType: -1,
searchTerm: ''
}).pipe(
takeUntilDestroyed(this.destroyRef),