The Recordings menu now marks recordings with errors, and the number of errors (if any) is displayed in the recording's Info menu

This commit is contained in:
Klaus Schmidinger
2021-07-01 15:40:46 +02:00
parent 8c7d387e86
commit 7301f2de08
43 changed files with 208 additions and 49 deletions

View File

@@ -9720,7 +9720,7 @@ Video Disk Recorder Revision History
- Removed unused declaration of cDvbTuner::SetFrontendType() (thanks to Helmut Binder).
- Fixed handling incomplete multi-packet CAT (thanks to Helmut Binder).
2021-06-21:
2021-07-01:
- Fixed restarting PMT pids after starting a recording on the currently viewed channel
(with help from Helmut Binder).
@@ -9734,3 +9734,5 @@ Video Disk Recorder Revision History
- Improved responsiveness in cSectionHandler::Action() (thanks to Helmut Binder).
- Fixed deleting the edited recording in case of an error (reported by Christoph Haubrich).
- Fixed triggering the PAT filter.
- The Recordings menu now marks recordings with errors with an exclamation mark ('!'),
and the number of errors (if any) is displayed in the recording's Info menu.