mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
add initial playlist reimplementation
This commit is contained in:
@@ -192,13 +192,6 @@ export const createFuseForLibraryItem = <T extends FuseSearchableItem>(
|
||||
},
|
||||
name: 'albumArtists',
|
||||
},
|
||||
{
|
||||
getFn: (item) => {
|
||||
const s = item as QueueSong | Song;
|
||||
return s.genres?.map((genre) => genre.name).join(' ') || '';
|
||||
},
|
||||
name: 'genres',
|
||||
},
|
||||
);
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user