From 6bbcdd84256d7105dbd76bfd101590e8d91ba956 Mon Sep 17 00:00:00 2001 From: Arkadiusz Fal Date: Sun, 21 Aug 2022 17:40:44 +0200 Subject: [PATCH] Fix playlists layout on tvOS --- Shared/Playlists/PlaylistsView.swift | 1 + 1 file changed, 1 insertion(+) 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) {