Reflect database migration
This commit is contained in:
@@ -458,8 +458,7 @@ fun PlayerView(
|
||||
)
|
||||
|
||||
BasicText(
|
||||
text = playerState.mediaMetadata.extras?.getStringArrayList("artistNames")
|
||||
?.joinToString("") ?: "",
|
||||
text = playerState.mediaMetadata.artist?.toString() ?: "",
|
||||
style = typography.s.semiBold.secondary,
|
||||
maxLines = 1,
|
||||
overflow = TextOverflow.Ellipsis,
|
||||
|
||||
Reference in New Issue
Block a user