mirror of
https://github.com/yattee/yattee.git
synced 2025-04-25 08:06:31 +00:00
Fix playlists layout on tvOS
This commit is contained in:
parent
e139d98bd7
commit
6bbcdd8425
@ -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) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user