mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-31 06:48:37 +00:00
Update MediaInfoView.swift
This commit is contained in:
parent
e2586b2cb6
commit
d17db985d2
1 changed files with 1 additions and 1 deletions
|
|
@ -760,7 +760,7 @@ struct MediaInfoView: View {
|
|||
chapters: chapters,
|
||||
mediaTitle: self.title,
|
||||
chapterNumber: number
|
||||
) as! (moduleId: UUID, href: String, title: String, chapters: [[String : Any]], mediaTitle: String, chapterNumber: Int)
|
||||
)
|
||||
})
|
||||
.contextMenu {
|
||||
Button(action: {
|
||||
|
|
|
|||
Loading…
Reference in a new issue