mirror of
https://github.com/jeffvli/sonixd.git
synced 2026-04-30 19:22:37 -04:00
clear out shuffledEntry if shuffle off
This commit is contained in:
@@ -213,6 +213,9 @@ const playQueueSlice = createSlice({
|
||||
state.repeat,
|
||||
state.currentIndex
|
||||
);
|
||||
|
||||
// Free up memory by clearing out the shuffled entries
|
||||
state.shuffledEntry = [];
|
||||
}
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user