Open videos via URL scheme

This commit is contained in:
Arkadiusz Fal
2021-10-24 11:16:04 +02:00
parent 8e0af22b94
commit 60c7027429
18 changed files with 230 additions and 189 deletions

View File

@@ -31,7 +31,6 @@ struct HorizontalCells: View {
.padding(.vertical, 10)
#endif
}
.id(items.map(\.id).joined())
#if os(tvOS)
.frame(height: 560)
#else

View File

@@ -17,7 +17,6 @@ struct VerticalCells: View {
}
.padding()
}
.id(items.map(\.id).joined())
.edgesIgnoringSafeArea(.horizontal)
#if os(macOS)
.background()