separate tvOS View

This commit is contained in:
Toni Förster
2023-11-28 20:05:04 +01:00
parent 4ec6f35c5d
commit 13ef96cd02
3 changed files with 136 additions and 99 deletions

View File

@@ -130,7 +130,7 @@ struct NowPlayingView: View {
} else {
Section(header: Text("Chapters")) {
ForEach(video.chapters) { chapter in
ChapterView(chapter: chapter)
ChapterViewTVOS(chapter: chapter)
.padding(.horizontal, 40)
}
}