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