mirror of
https://github.com/yattee/yattee.git
synced 2025-04-25 16:16:29 +00:00
Fix toggling screen saver on macOS
This commit is contained in:
parent
8df452752a
commit
320207e439
@ -418,7 +418,6 @@ final class PlayerModel: ObservableObject {
|
||||
self.objectWillChange.send()
|
||||
}
|
||||
|
||||
self.timeObserverThrottle.execute {
|
||||
#if os(macOS)
|
||||
if player.timeControlStatus == .playing {
|
||||
ScreenSaverManager.shared.disable(reason: "Yattee is playing video")
|
||||
@ -427,6 +426,7 @@ final class PlayerModel: ObservableObject {
|
||||
}
|
||||
#endif
|
||||
|
||||
self.timeObserverThrottle.execute {
|
||||
self.updateCurrentItemIntervals()
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user