summaryrefslogtreecommitdiffstats
path: root/mpvcore/mplayer.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpvcore/mplayer.c')
-rw-r--r--mpvcore/mplayer.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/mpvcore/mplayer.c b/mpvcore/mplayer.c
index c8991fb64e..06017c7d32 100644
--- a/mpvcore/mplayer.c
+++ b/mpvcore/mplayer.c
@@ -3392,7 +3392,7 @@ static void handle_pause_on_low_cache(struct MPContext *mpctx)
static void handle_heartbeat_cmd(struct MPContext *mpctx)
{
struct MPOpts *opts = mpctx->opts;
- if (opts->heartbeat_cmd) {
+ if (opts->heartbeat_cmd && !mpctx->paused) {
double now = mp_time_sec();
if (now - mpctx->last_heartbeat > opts->heartbeat_interval) {
mpctx->last_heartbeat = now;