mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-14 12:30:06 +02:00
fix priority queue reorder above current song
This commit is contained in:
@@ -104,8 +104,6 @@ export const PlayQueue = forwardRef<ItemListHandle, QueueProps>(({ listKey, sear
|
||||
};
|
||||
}, [getQueue, queueType, tableRef]);
|
||||
|
||||
console.log(groups);
|
||||
|
||||
const filteredData: QueueSong[] = useMemo(() => {
|
||||
if (debouncedSearchTerm) {
|
||||
const searched = searchSongs(data, debouncedSearchTerm);
|
||||
|
||||
Reference in New Issue
Block a user