Skip to content

Commit a62ff66

Browse files
authored
Merge pull request #3840 from rommapp/fix/inverted-status-filter-refetch
Fix v2 gallery not refetching when filter logic operator changes
2 parents ed4baf1 + 2eef394 commit a62ff66

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

frontend/src/v2/components/Gallery/GalleryShell.vue

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff 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();

0 commit comments

Comments
 (0)