mirror of
https://github.com/cranci1/Sora.git
synced 2026-03-11 17:45:37 +00:00
Update MediaInfoView.swift
This commit is contained in:
parent
a2c2c04d74
commit
1be1eeaf31
1 changed files with 2 additions and 0 deletions
|
|
@ -859,6 +859,8 @@ struct MediaInfoView: View {
|
|||
scheme = "outplayer://\(url)"
|
||||
case "nPlayer":
|
||||
scheme = "nplayer-\(url)"
|
||||
case "SenPlayer":
|
||||
scheme = "SenPlayer://x-callback-url/play?url=\(url)"
|
||||
case "Default":
|
||||
let videoPlayerViewController = VideoPlayerViewController(module: module)
|
||||
videoPlayerViewController.streamUrl = url
|
||||
|
|
|
|||
Loading…
Reference in a new issue