File tree Expand file tree Collapse file tree
frontend/src/v2/components/Gallery Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -173,6 +173,17 @@ const {
173173 selectedMetadataProviders,
174174 selectedTags,
175175 selectedStatuses,
176+ genresLogic,
177+ franchisesLogic,
178+ collectionsLogic,
179+ companiesLogic,
180+ ageRatingsLogic,
181+ regionsLogic,
182+ languagesLogic,
183+ playerCountsLogic,
184+ metadataProvidersLogic,
185+ tagsLogic,
186+ statusesLogic,
176187} = storeToRefs (galleryFilterStore );
177188
178189// Drawer open state — bound to FilterDrawer via v-model.
@@ -242,6 +253,17 @@ watch(
242253 selectedMetadataProviders ,
243254 selectedTags ,
244255 selectedStatuses ,
256+ genresLogic ,
257+ franchisesLogic ,
258+ collectionsLogic ,
259+ companiesLogic ,
260+ ageRatingsLogic ,
261+ regionsLogic ,
262+ languagesLogic ,
263+ playerCountsLogic ,
264+ metadataProvidersLogic ,
265+ tagsLogic ,
266+ statusesLogic ,
245267 ],
246268 () => {
247269 galleryRoms .invalidateWindows ();
You can’t perform that action at this time.
0 commit comments