mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
separate tvOS View
This commit is contained in:
@@ -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)
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user