Skip to content

Commit

Permalink
fix for 1177
Browse files Browse the repository at this point in the history
  • Loading branch information
Malopieds committed Dec 26, 2023
1 parent e549420 commit 3fa4229
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ data class ArtistItemsPage(
id = it.navigationEndpoint?.browseEndpoint?.browseId
)
} ?: return null,
album = renderer.flexColumns.getOrNull(2)?.musicResponsiveListItemFlexColumnRenderer?.text?.runs?.firstOrNull()?.let {
album = renderer.flexColumns.getOrNull(3)?.musicResponsiveListItemFlexColumnRenderer?.text?.runs?.firstOrNull()?.let {
Album(
name = it.text,
id = it.navigationEndpoint?.browseEndpoint?.browseId ?: return null
Expand Down

0 comments on commit 3fa4229

Please sign in to comment.