mirror of
https://github.com/yattee/yattee.git
synced 2025-08-05 02:04:07 +00:00
New chapters layout
This commit is contained in:
@@ -131,6 +131,7 @@ struct NowPlayingView: View {
|
||||
Section(header: Text("Chapters")) {
|
||||
ForEach(video.chapters) { chapter in
|
||||
ChapterView(chapter: chapter)
|
||||
.padding(.horizontal, 40)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user