diff --git a/src/stores/useLibraryStore.ts b/src/stores/useLibraryStore.ts index 05c67320..5460533c 100644 --- a/src/stores/useLibraryStore.ts +++ b/src/stores/useLibraryStore.ts @@ -218,6 +218,7 @@ const useLibraryStore = createStore((set, get) => ({ if (confirmed) { await database.reset(); + await config.set('library_folders', []); useToastsStore.getState().api.add('success', 'Library was reset'); invalidate(); }