add broadcast and other release type groupings

This commit is contained in:
jeffvli
2025-12-27 15:23:42 -08:00
parent 23e4574667
commit 35d8698ca0
2 changed files with 58 additions and 9 deletions
+5 -1
View File
@@ -68,7 +68,11 @@ export const useAppStore = createWithEqualityFn<AppSlice>()(
},
setAlbumArtistDetailSort: (sortBy, sortOrder) => {
set((state) => {
state.albumArtistDetailSort = { ...state.albumArtistDetailSort, sortBy, sortOrder };
state.albumArtistDetailSort = {
...state.albumArtistDetailSort,
sortBy,
sortOrder,
};
});
},
setAppStore: (data) => {