cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'

This commit is contained in:
Klaus Schmidinger
2021-05-23 15:03:17 +02:00
parent c40fb4b4aa
commit 8f52603665
5 changed files with 17 additions and 8 deletions

View File

@@ -9705,3 +9705,8 @@ Video Disk Recorder Revision History
no longer available. You can add 'DEPRECATED_SKIN_SETITEMEVENT=1' when compiling in
order to restore this functionality. However, it is recommended to use the function
with the TimerActive parameter instead.
2021-05-23:
- cRecordingInfo::Errors() now returns -1 for old recordings; added a missing 'const'
(suggested by Christoph Haubrich).