diff --git a/komga-webui/src/views/BrowseLibraries.vue b/komga-webui/src/views/BrowseLibraries.vue index 66e7eba5f..c11c10815 100644 --- a/komga-webui/src/views/BrowseLibraries.vue +++ b/komga-webui/src/views/BrowseLibraries.vue @@ -484,7 +484,7 @@ export default Vue.extend({ }) }, reloadPage: throttle(function (this: any) { - this.loadPage(this.libraryId, this.page, this.sortActive) + this.loadPage(this.libraryId, this.page, this.sortActive, this.searchRegex) }, 1000), async loadPage(libraryId: string, page: number, sort: SortActive, searchRegex?: string) { this.selectedSeries = []