Add "Play Next" action (finally)

This commit is contained in:
Deluan
2020-09-21 20:10:52 -04:00
parent aa133e6b00
commit 7305e3aa17
14 changed files with 130 additions and 23 deletions
+2
View File
@@ -4,6 +4,7 @@ import {
setTrack,
playQueueReducer,
playTracks,
playNext,
shuffleTracks,
clearQueue,
} from './queue'
@@ -13,6 +14,7 @@ export {
addTracks,
setTrack,
playTracks,
playNext,
playQueueReducer,
shuffleTracks,
clearQueue,