Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
timeshift: fix the pause recovery
  • Loading branch information
perexg committed Dec 31, 2015
1 parent 22b3a59 commit a27ed2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/timeshift/timeshift_reader.c
Expand Up @@ -678,6 +678,7 @@ void *timeshift_reader ( void *p )
tvhtrace("timeshift", "update play time TS_LIVE - %"PRId64" play buffer from %"PRId64, mono_now, pause_time);
} else if (ts->state == TS_PAUSE) {
skip_delivered = 1;
pause_time = last_time;
}
tvhlog(LOG_DEBUG, "timeshift", "ts %d change speed %d", ts->id, speed);
}
Expand Down

0 comments on commit a27ed2e

Please sign in to comment.