fix item playback buttons on search list (#885)

This commit is contained in:
jeffvli 2025-05-06 14:50:59 -07:00
parent 4a3604b1a8
commit d35e73792f
2 changed files with 3 additions and 4 deletions

View file

@ -76,8 +76,6 @@ export const useHandlePlayQueueAdd = () => {
let songs: QueueSong[] | null = null;
let initialSongIndex = 0;
console.log('options :>> ', options);
if (byItemType) {
let songList: SongListResponse | undefined;
const { type: itemType, id } = byItemType;