musikr.tag: fix incorrect artist name placeholder
This commit is contained in:
parent
75ca315b9b
commit
bdce83f047
1 changed files with 1 additions and 1 deletions
|
@ -133,7 +133,7 @@ private class TagInterpreterImpl(private val interpretation: Interpretation) : T
|
|||
return PreArtist(musicBrainzId, name, rawName)
|
||||
}
|
||||
|
||||
private fun unknownPreArtist() = PreArtist(null, Name.Unknown(Placeholder.GENRE), null)
|
||||
private fun unknownPreArtist() = PreArtist(null, Name.Unknown(Placeholder.ARTIST), null)
|
||||
|
||||
private fun makePreGenres(
|
||||
parsedTags: ParsedTags,
|
||||
|
|
Loading…
Reference in a new issue