mirror of
https://github.com/yattee/yattee.git
synced 2025-10-14 19:38:13 +00:00
Fix playlists layout on tvOS
This commit is contained in:
@@ -239,6 +239,7 @@ struct PlaylistsView: View {
|
|||||||
|
|
||||||
selectedPlaylistID = model.all.next(after: currentPlaylist!)?.id ?? ""
|
selectedPlaylistID = model.all.next(after: currentPlaylist!)?.id ?? ""
|
||||||
}
|
}
|
||||||
|
.lineLimit(1)
|
||||||
.contextMenu {
|
.contextMenu {
|
||||||
ForEach(model.all) { playlist in
|
ForEach(model.all) { playlist in
|
||||||
Button(playlist.title) {
|
Button(playlist.title) {
|
||||||
|
Reference in New Issue
Block a user