Clear play queue on login and logout

This commit is contained in:
Deluan
2020-06-19 10:51:39 -04:00
parent 9d23b191b5
commit 804d969427
6 changed files with 87 additions and 47 deletions
+2
View File
@@ -5,6 +5,7 @@ import {
playQueueReducer,
playTracks,
shuffleTracks,
clearQueue,
} from './queue'
export {
@@ -14,4 +15,5 @@ export {
playTracks,
playQueueReducer,
shuffleTracks,
clearQueue,
}