musikr: fix build failure
This commit is contained in:
parent
b21b2e49d3
commit
7523298237
1 changed files with 1 additions and 1 deletions
|
@ -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
|
// 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.
|
// the exact same name, but if there is, I would love to know.
|
||||||
update(preAlbum.rawName)
|
update(preAlbum.rawName)
|
||||||
update(preAlbum.preArtists.mapNotNull { it.rawName })
|
update(preAlbum.preArtists.preArtists.mapNotNull { it.rawName })
|
||||||
}
|
}
|
||||||
override val name = preAlbum.name
|
override val name = preAlbum.name
|
||||||
override val releaseType = preAlbum.releaseType
|
override val releaseType = preAlbum.releaseType
|
||||||
|
|
Loading…
Reference in a new issue