mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-21 00:22:12 +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,
|
chapters: chapters,
|
||||||
mediaTitle: self.title,
|
mediaTitle: self.title,
|
||||||
chapterNumber: number
|
chapterNumber: number
|
||||||
) as! (moduleId: UUID, href: String, title: String, chapters: [[String : Any]], mediaTitle: String, chapterNumber: Int)
|
)
|
||||||
})
|
})
|
||||||
.contextMenu {
|
.contextMenu {
|
||||||
Button(action: {
|
Button(action: {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue