fix(jellyfin): use correct filter for album/artist with small count

This commit is contained in:
Kendall Garner
2026-01-08 20:32:57 -08:00
parent eca925a4eb
commit f465e34ea3
2 changed files with 3 additions and 4 deletions
@@ -174,7 +174,6 @@ const normalizeSong = (
const artists = getArtists(item, participants);
console.log('artists', artists);
return {
_itemType: LibraryItem.SONG,
_serverId: server?.id || '',