mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 02:13:33 +00:00
fix item playback buttons on search list (#885)
This commit is contained in:
parent
4a3604b1a8
commit
d35e73792f
2 changed files with 3 additions and 4 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue