Change addTrack action to addTracks, supporting multiple tracks to be added to the queue in one call
This commit is contained in:
@@ -1,10 +1,17 @@
|
||||
import Player from './Player'
|
||||
import {
|
||||
addTrack,
|
||||
addTracks,
|
||||
setTrack,
|
||||
playQueueReducer,
|
||||
playAlbum,
|
||||
shuffleAlbum,
|
||||
} from './queue'
|
||||
|
||||
export { Player, addTrack, setTrack, playAlbum, playQueueReducer, shuffleAlbum }
|
||||
export {
|
||||
Player,
|
||||
addTracks,
|
||||
setTrack,
|
||||
playAlbum,
|
||||
playQueueReducer,
|
||||
shuffleAlbum,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user