mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
add broadcast and other release type groupings
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user