fix playlist image urls

This commit is contained in:
jeffvli
2025-12-27 14:58:57 -08:00
parent acfc106f40
commit d94b220319
2 changed files with 9 additions and 2 deletions
@@ -156,7 +156,7 @@ const normalizeSong = (
songCount: null,
})),
id,
imageId: item.id,
imageId: id,
imageUrl: null,
lastPlayedAt: normalizePlayDate(item),
lyrics: item.lyrics ? item.lyrics : null,