remove uniqueId property from all entities except QueueSong

This commit is contained in:
jeffvli
2025-09-28 19:52:47 -07:00
parent 789512b10a
commit 85407f3e11
@@ -320,6 +320,7 @@ const normalizeAlbum = (
size: item.size,
songCount: item.songCount,
songs: item.songs ? item.songs.map((song) => normalizeSong(song, server)) : undefined,
tags: item.tags || null,
updatedAt: item.updatedAt,
userFavorite: item.starred,
userRating: item.rating || null,