Edit "Add to playlist" entry text
This commit is contained in:
parent
97aecc821f
commit
19b19fe958
1 changed files with 1 additions and 1 deletions
|
@ -561,7 +561,7 @@ fun MediaItemMenu(
|
|||
if (onAddToPlaylist != null) {
|
||||
MenuEntry(
|
||||
icon = R.drawable.playlist,
|
||||
text = "Add to playlist",
|
||||
text = "Add to playlist or favorites",
|
||||
onClick = {
|
||||
viewPlaylistsRoute()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue