mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-17 00:44:23 +02:00
initial implementation of play queue for new list
This commit is contained in:
@@ -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>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user