Fixed error handling when loading a plugin

This commit is contained in:
Klaus Schmidinger
2020-12-13 10:56:36 +01:00
parent 79a3607d0c
commit 67a4ba4228
3 changed files with 9 additions and 4 deletions

View File

@@ -9536,7 +9536,7 @@ Video Disk Recorder Revision History
cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this
(thanks to Helmut Binder).
2020-12-12:
2020-12-13:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9555,3 +9555,4 @@ Video Disk Recorder Revision History
Binder).
- Avoiding a lengthy lock on the Channels list when starting a recording (thanks to
Helmut Binder).
- Fixed error handling when loading a plugin (reported by Markus Ehrnsperger).