Edit "Add to playlist" entry text
This commit is contained in:
@@ -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()
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user