fix(mpv-player): add missing closing brace to configureAudioSession

This commit is contained in:
Fredrik Burmester
2026-05-28 11:22:51 +02:00
parent 4f721c3ab6
commit 63adb98540

View File

@@ -154,6 +154,7 @@ class MpvPlayerView: ExpoView {
} catch { } catch {
print("Failed to configure audio session: \(error)") print("Failed to configure audio session: \(error)")
} }
}
// MARK: - Audio Session & Notifications // MARK: - Audio Session & Notifications
private func setupNotifications() { private func setupNotifications() {