mirror of
https://github.com/austinried/subtracks.git
synced 2026-02-10 15:02:42 +01:00
reimpl all music state into zustand
This commit is contained in:
@@ -36,7 +36,7 @@ export const useStore = create<Store>(
|
||||
whitelist: ['settings'],
|
||||
onRehydrateStorage: _preState => {
|
||||
return (postState, _error) => {
|
||||
postState?.createClient()
|
||||
postState?.createClient(postState.settings.activeServer)
|
||||
}
|
||||
},
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user