summaryrefslogtreecommitdiffstats
path: root/player
diff options
context:
space:
mode:
Diffstat (limited to 'player')
-rw-r--r--player/playloop.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/playloop.c b/player/playloop.c
index 0989b5116c..9a38b52663 100644
--- a/player/playloop.c
+++ b/player/playloop.c
@@ -109,7 +109,7 @@ void pause_player(struct MPContext *mpctx, mpv_event_pause_reason reason)
end:
reason.user_paused = !!mpctx->opts->pause;
reason.real_paused = !!mpctx->paused;
- mp_notify(mpctx, MPV_EVENT_UNPAUSE, &reason);
+ mp_notify(mpctx, MPV_EVENT_PAUSE, &reason);
}
void unpause_player(struct MPContext *mpctx, mpv_event_pause_reason reason)