diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-25 20:09:29 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-05-25 20:09:29 +0200 |
commit | 7775698bacf8053355be9c86fbab0eb5e244aa1a (patch) | |
tree | 88a042c8a3dce857ebd55ad93bfd2555347ae666 /HISTORY | |
parent | 8f52603665c024e1cab46529b34fb75719f5a58e (diff) | |
download | vdr-7775698bacf8053355be9c86fbab0eb5e244aa1a.tar.gz vdr-7775698bacf8053355be9c86fbab0eb5e244aa1a.tar.bz2 |
The error counter of a recording is now copied as is when editing a recording
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -9706,7 +9706,8 @@ Video Disk Recorder Revision History order to restore this functionality. However, it is recommended to use the function with the TimerActive parameter instead. -2021-05-23: +2021-05-25: - cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const' (suggested by Christoph Haubrich). +- The error counter of a recording is now copied as is when editing a recording. |