From 0fef983ff93af0e07253d86c600456c9db037961 Mon Sep 17 00:00:00 2001 From: Gauthier Roebroeck Date: Thu, 29 Jun 2023 15:02:07 +0800 Subject: [PATCH] fix(webui): library action menu scan would not work properly --- komga-webui/src/components/menus/LibraryActionsMenu.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/komga-webui/src/components/menus/LibraryActionsMenu.vue b/komga-webui/src/components/menus/LibraryActionsMenu.vue index 31593bfa..9c9e5134 100644 --- a/komga-webui/src/components/menus/LibraryActionsMenu.vue +++ b/komga-webui/src/components/menus/LibraryActionsMenu.vue @@ -7,7 +7,7 @@ - + {{ $t('menu.scan_library_files') }} @@ -84,7 +84,7 @@ export default Vue.extend({ }, }, methods: { - scan(scanDeep: boolean = false) { + scan(scanDeep: boolean) { this.$komgaLibraries.scanLibrary(this.library, scanDeep) }, analyze() {