Skip to content

Commit

Permalink
Fix missing artist names in search results
Browse files Browse the repository at this point in the history
  • Loading branch information
taylordotfish committed Jan 27, 2024
1 parent 6e83b8b commit 00e8f9b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ data class MusicShelfRenderer(
?: emptyList()) to
(musicResponsiveListItemRenderer
?.flexColumns
?.lastOrNull()
?.getOrNull(1)
?.musicResponsiveListItemFlexColumnRenderer
?.text
?.splitBySeparator()
Expand Down

0 comments on commit 00e8f9b

Please sign in to comment.