The error counter of a recording is now copied as is when editing a recording

This commit is contained in:
Klaus Schmidinger
2021-05-25 20:09:29 +02:00
parent 8f52603665
commit 7775698bac
3 changed files with 6 additions and 7 deletions

View File

@@ -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.