summaryrefslogtreecommitdiffstats
path: root/video
diff options
context:
space:
mode:
Diffstat (limited to 'video')
-rw-r--r--video/out/cocoa_common.m2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/out/cocoa_common.m b/video/out/cocoa_common.m
index c1c576d366..836373e051 100644
--- a/video/out/cocoa_common.m
+++ b/video/out/cocoa_common.m
@@ -201,7 +201,7 @@ static void disable_power_management(struct vo *vo)
assertion_type = kIOPMAssertionTypePreventUserIdleDisplaySleep;
IOPMAssertionCreateWithName(assertion_type, kIOPMAssertionLevelOn,
- CFSTR("org.mplayer2.power_mgmt"), &s->power_mgmt_assertion);
+ CFSTR("io.mpv.power_management"), &s->power_mgmt_assertion);
}
int vo_cocoa_init(struct vo *vo)