diff --git a/Shared/Playlists/PlaylistsView.swift b/Shared/Playlists/PlaylistsView.swift index f680d62d..f42fd3c9 100644 --- a/Shared/Playlists/PlaylistsView.swift +++ b/Shared/Playlists/PlaylistsView.swift @@ -239,6 +239,7 @@ struct PlaylistsView: View { selectedPlaylistID = model.all.next(after: currentPlaylist!)?.id ?? "" } + .lineLimit(1) .contextMenu { ForEach(model.all) { playlist in Button(playlist.title) {