musikr: fix build failure

This commit is contained in:
Alexander Capehart 2025-03-17 09:28:09 -06:00
parent b21b2e49d3
commit 7523298237
No known key found for this signature in database
GPG key ID: 37DBE3621FE9AD47

View file

@ -50,7 +50,7 @@ class AlbumImpl internal constructor(private val core: AlbumCore) : Album {
// I don't know if there is any situation where an artist will have two albums with
// the exact same name, but if there is, I would love to know.
update(preAlbum.rawName)
update(preAlbum.preArtists.mapNotNull { it.rawName })
update(preAlbum.preArtists.preArtists.mapNotNull { it.rawName })
}
override val name = preAlbum.name
override val releaseType = preAlbum.releaseType