diff --git a/src/components/shared/ToolbarButtons.tsx b/src/components/shared/ToolbarButtons.tsx index fdc8d97..8406ec4 100644 --- a/src/components/shared/ToolbarButtons.tsx +++ b/src/components/shared/ToolbarButtons.tsx @@ -21,12 +21,20 @@ export const PlayShuffleButton = ({ ...rest }) => { export const PlayAppendButton = ({ ...rest }) => { return ( - + } {...rest} /> ); }; +export const PlayAppendNextButton = ({ ...rest }) => { + return ( + + } {...rest} /> + + ); +}; + export const PlayShuffleAppendButton = ({ ...rest }) => { return (