Fix share link for YouTube playlists
This commit is contained in:
parent
b11d5d30d0
commit
756eb48176
1 changed files with 9 additions and 8 deletions
|
@ -194,7 +194,8 @@ fun PlaylistOrAlbumScreen(
|
|||
onClick = {
|
||||
menuState.hide()
|
||||
|
||||
playlistOrAlbum.valueOrNull?.url?.let { url ->
|
||||
(playlistOrAlbum.valueOrNull?.url
|
||||
?: "https://music.youtube.com/playlist?list=${browseId.removePrefix("VL")}").let { url ->
|
||||
val sendIntent = Intent().apply {
|
||||
action = Intent.ACTION_SEND
|
||||
type = "text/plain"
|
||||
|
|
Loading…
Reference in a new issue