
noreply at mythtv
Apr 12, 2012, 10:44 AM
Post #1 of 1
(47 views)
Permalink
|
|
mythtv branch master updated. v0.26-pre-31-g6114ecd
|
|
This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "mythtv". The branch, master has been updated via 6114ecd0b726950364c644afb2230afe8963b424 (commit) from a7f43b9b12ea43c2223e42ac8b4e64adf7603b8f (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 6114ecd0b726950364c644afb2230afe8963b424 Author: Jim Stichnoth <jstichnoth [at] mythtv> AuthorDate: Thu Apr 12 10:36:29 2012 -0700 Commit: Jim Stichnoth <jstichnoth [at] mythtv> CommitDate: Thu Apr 12 10:43:22 2012 -0700 Fixes #7994. Clears the bookmark in some cases when exiting playback. If the user has PlaybackExitPrompt set to 2 ("Save position and exit"), then the bookmark should be set any time playback exits, even at the natural end of playback. In this case, any existing bookmark is explicitly cleared, since a bookmark at the end of a recording is essentially equivalent to a bookmark at the very beginning of the recording which is equivalent to no bookmark at all. ----------------------------------------------------------------------- Summary of changes: mythtv/libs/libmythtv/tv_play.cpp | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) hooks/post-receive -- mythtv _______________________________________________ mythtv-commits mailing list mythtv-commits [at] mythtv http://www.mythtv.org/mailman/listinfo/mythtv-commits
|