Improved handling missing VDRPluginDestroyer()

This commit is contained in:
Klaus Schmidinger
2020-12-16 11:54:06 +01:00
parent 67a4ba4228
commit 82cc5c76a4
3 changed files with 8 additions and 2 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-13:
2020-12-16:
- Fixed multiple recording entries in case a recording is started during the initial
reading of the video directory (reported by Claus Muus).
@@ -9556,3 +9556,4 @@ Video Disk Recorder Revision History
- 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).
- Improved handling missing VDRPluginDestroyer() (thanks to Winfried K<>hler).