fxied macos build????????

This commit is contained in:
Francesco 2025-05-12 19:41:18 +02:00
parent ef8f42de0f
commit 46962385b2

View file

@ -300,9 +300,11 @@ class CustomMediaPlayerViewController: UIViewController, UIGestureRecognizerDele
}
}
#if os(iOS)
if #available(iOS 16.0, *) {
playerViewController.allowsVideoFrameAnalysis = false
}
#endif
if let url = subtitlesURL, !url.isEmpty {
subtitlesLoader.load(from: url)