Update MediaInfoView.swift

This commit is contained in:
cranci 2025-04-30 18:33:02 +02:00 committed by GitHub
parent a2c2c04d74
commit 1be1eeaf31
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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