Fix build issue

This commit is contained in:
Arkadiusz Fal 2024-09-04 09:37:38 +02:00
parent 36f680be62
commit 34a805b986

View File

@ -228,9 +228,11 @@ final class PlayerModel: ObservableObject {
currentRate = playerRate currentRate = playerRate
} }
deinit { #if !os(macOS)
NotificationCenter.default.removeObserver(self, name: AVAudioSession.interruptionNotification, object: nil) deinit {
} NotificationCenter.default.removeObserver(self, name: AVAudioSession.interruptionNotification, object: nil)
}
#endif
func show() { func show() {
#if os(macOS) #if os(macOS)