Allow for clearing the Redux store from the settings page
This commit is contained in:
@@ -31,7 +31,9 @@ const initialState: State = {
|
||||
const music = createSlice({
|
||||
name: 'music',
|
||||
initialState,
|
||||
reducers: {},
|
||||
reducers: {
|
||||
reset: () => initialState,
|
||||
},
|
||||
extraReducers: builder => {
|
||||
/**
|
||||
* Fetch All albums
|
||||
|
||||
Reference in New Issue
Block a user