mirror of
https://github.com/yattee/yattee.git
synced 2025-10-13 02:48:27 +00:00
Remove legacy tvOS list layout
This commit is contained in:
@@ -12,7 +12,7 @@ struct SubscriptionsView: View {
|
||||
|
||||
var body: some View {
|
||||
SignInRequiredView(title: "Subscriptions") {
|
||||
VideosView(videos: store.collection)
|
||||
VideosCellsVertical(videos: store.collection)
|
||||
.onAppear {
|
||||
loadResources()
|
||||
}
|
||||
|
Reference in New Issue
Block a user