mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 12:30:12 +02:00
Fix store name
This commit is contained in:
@@ -96,13 +96,13 @@ export const useAlbumArtistStore = create<AlbumArtistSlice>()(
|
||||
},
|
||||
},
|
||||
})),
|
||||
{ name: 'store_artist' },
|
||||
{ name: 'store_album_artist' },
|
||||
),
|
||||
{
|
||||
merge: (persistedState, currentState) => {
|
||||
return merge(currentState, persistedState);
|
||||
},
|
||||
name: 'store_artist',
|
||||
name: 'store_album_artist',
|
||||
version: 1,
|
||||
},
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user