Fix missing artist names in search results
Fixes #1382. Fixes #1392. Fixes #1424. Fixes #1440. Fixes #1446.
This commit is contained in:
parent
6e83b8b83d
commit
00e8f9b945
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ data class MusicShelfRenderer(
|
|||
?: emptyList()) to
|
||||
(musicResponsiveListItemRenderer
|
||||
?.flexColumns
|
||||
?.lastOrNull()
|
||||
?.getOrNull(1)
|
||||
?.musicResponsiveListItemFlexColumnRenderer
|
||||
?.text
|
||||
?.splitBySeparator()
|
||||
|
|
Loading…
Reference in a new issue