mirror of
https://github.com/yattee/yattee.git
synced 2025-08-06 10:44:06 +00:00
Minor changes
This commit is contained in:
@@ -345,7 +345,7 @@ final class MPVBackend: PlayerBackend {
|
||||
}
|
||||
|
||||
func startControlsUpdates() {
|
||||
guard model.presentingPlayer, !model.controls.presentingOverlays else {
|
||||
guard model.presentingPlayer, model.controls.presentingControls, !model.controls.presentingOverlays else {
|
||||
self.logger.info("ignored controls update start")
|
||||
return
|
||||
}
|
||||
|
Reference in New Issue
Block a user