mirror of
https://github.com/cranci1/Sora.git
synced 2026-01-11 20:10:24 +00:00
oh yeah my bad ok
This commit is contained in:
parent
aa886ba17c
commit
a66ac56246
1 changed files with 1 additions and 1 deletions
|
|
@ -2694,7 +2694,7 @@ extension CustomMediaPlayerViewController: AVPictureInPictureControllerDelegate
|
|||
pipButton.alpha = 1.0
|
||||
}
|
||||
|
||||
func pictureInPictureController(_ pipController: AVPictureInPictureController, failed toStartPictureInPictureWithError error: Error) {
|
||||
func pictureInPictureController(_ pipController: AVPictureInPictureController, failedToStartPictureInPictureWithError error: Error) {
|
||||
Logger.shared.log("PiP failed to start: \(error.localizedDescription)", type: "Error")
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue