initial implementation of play queue for new list

This commit is contained in:
jeffvli
2025-11-08 14:28:31 -08:00
parent 3c996407d5
commit 7a4326f98d
7 changed files with 82 additions and 349 deletions
@@ -27,7 +27,7 @@ export const DrawerPlayQueue = () => {
/>
</div>
<Flex bg="var(--theme-colors-background)" h="100%" mb="0.6rem">
<PlayQueue ref={queueRef} searchTerm={search} type="sideQueue" />
<PlayQueue ref={queueRef} searchTerm={search} listKey="sideQueue" />
</Flex>
</Flex>
);