diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-01 11:20:54 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2015-02-01 11:20:54 +0100 |
commit | 0a5eb88696738110bc796ff8b71199d9396021e1 (patch) | |
tree | 58cafad3d58ed1b25d7dcc391bfe9a90dfc8d3e0 /HISTORY | |
parent | 63372cd4aa4670560698154973d8029ccdf68d9c (diff) | |
download | vdr-0a5eb88696738110bc796ff8b71199d9396021e1.tar.gz vdr-0a5eb88696738110bc796ff8b71199d9396021e1.tar.bz2 |
Fixed setting the read index in cDvbPlayer::Goto() in case Still is false; The function cDvbPlayer::Goto() now automatically calls Play() if Still is false
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -8414,7 +8414,7 @@ Video Disk Recorder Revision History generated an index file with VDR version 2.0.6 you may want to do so again with this version to make sure the index is OK. -2015-01-31: Version 2.1.8 +2015-02-01: Version 2.1.8 - Updated the Italian OSD texts (thanks to Diego Pierotto). - Fixed "warning: invalid suffix on literal" with GCC 4.8 and C++11 (thanks to Joerg @@ -8449,3 +8449,5 @@ Video Disk Recorder Revision History - Added ARGSDIR to the ONEDIR section of Make.config.template (suggested by Derek Kelly). - Made cRecording::GetResume() public (suggested by Stefan Braun). +- Fixed setting the read index in cDvbPlayer::Goto() in case Still is false. +- The function cDvbPlayer::Goto() now automatically calls Play() if Still is false. |