Allow initialIndex on queue add (#67)

- Clean up play queue handler
- Split out functions to utils
This commit is contained in:
jeffvli 2023-05-20 18:40:45 -07:00
parent 02caf896ff
commit 3df2915f5f
4 changed files with 200 additions and 157 deletions

View file

@ -3,3 +3,4 @@ export * from './components/left-controls';
export * from './components/playerbar';
export * from './context/play-queue-handler-context';
export * from './hooks/use-playqueue-add';
export * from './utils';