mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-05-30 18:48:30 +01:00
fix(mpv-player): add missing closing brace to configureAudioSession
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user