mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 13:00:13 +02:00
fix(jellyfin): use correct filter for album/artist with small count
This commit is contained in:
@@ -174,7 +174,6 @@ const normalizeSong = (
|
||||
|
||||
const artists = getArtists(item, participants);
|
||||
|
||||
console.log('artists', artists);
|
||||
return {
|
||||
_itemType: LibraryItem.SONG,
|
||||
_serverId: server?.id || '',
|
||||
|
||||
Reference in New Issue
Block a user