Fallback to shuffleVideoId when radioVideoId is null in ArtistScreen (#90)
This commit is contained in:
@@ -205,7 +205,7 @@ fun ArtistScreen(
|
||||
.clickable {
|
||||
binder?.playRadio(
|
||||
NavigationEndpoint.Endpoint.Watch(
|
||||
videoId = artist.radioVideoId,
|
||||
videoId = artist.radioVideoId ?: artist.shuffleVideoId,
|
||||
playlistId = artist.radioPlaylistId
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user