diff --git a/frontend/src/store/library-store.ts b/frontend/src/store/library-store.ts index 88a8c3e..808992e 100644 --- a/frontend/src/store/library-store.ts +++ b/frontend/src/store/library-store.ts @@ -52,6 +52,9 @@ class LibraryStore { EventsOn(Events.LibraryScanComplete, () => { this.invalidate(); }); + EventsOn(Events.LibraryRemoved, () => { + this.invalidate(); + }); this.loadCoverSize(); this.deferEagerFetch();