mirror of
https://github.com/yattee/yattee.git
synced 2025-10-15 03:48:11 +00:00
Remove legacy tvOS list layout
This commit is contained in:
@@ -39,7 +39,7 @@ struct ChannelVideosView: View {
|
||||
.frame(maxWidth: .infinity)
|
||||
#endif
|
||||
|
||||
VideosView(videos: store.item?.videos ?? [])
|
||||
VideosCellsVertical(videos: store.item?.videos ?? [])
|
||||
|
||||
#if !os(iOS)
|
||||
.prefersDefaultFocus(in: focusNamespace)
|
||||
|
Reference in New Issue
Block a user