feat(queue): add go to current button

This commit is contained in:
Kendall Garner
2026-03-02 20:30:35 -08:00
parent 2854b928f6
commit f99b8ea9ee
7 changed files with 31 additions and 3 deletions
@@ -21,6 +21,7 @@ export const DrawerPlayQueue = () => {
<PlayQueueListControls
handleSearch={setSearch}
searchTerm={search}
tableRef={queueRef}
type={ItemListKey.SIDE_QUEUE}
/>
</div>