From a66ac562462a270cb8e1203bc62a11199d3aac64 Mon Sep 17 00:00:00 2001 From: Francesco <100066266+cranci1@users.noreply.github.com> Date: Sun, 8 Jun 2025 11:58:42 +0200 Subject: [PATCH] oh yeah my bad ok --- Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift b/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift index 9c1f2bc..f52639b 100644 --- a/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift +++ b/Sora/Utils/MediaPlayer/CustomPlayer/CustomPlayer.swift @@ -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") } }