mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
Switch to horizontal cells for playlists on tvOS
This commit is contained in:
@@ -31,13 +31,11 @@ struct TrendingView: View {
|
||||
toolbar
|
||||
VideosCellsHorizontal(videos: store.collection)
|
||||
.padding(.top, 40)
|
||||
|
||||
Spacer()
|
||||
#else
|
||||
VideosCellsVertical(videos: store.collection)
|
||||
#endif
|
||||
|
||||
#if os(tvOS)
|
||||
Spacer()
|
||||
#endif
|
||||
}
|
||||
}
|
||||
#if os(tvOS)
|
||||
|
Reference in New Issue
Block a user