diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-16 11:54:06 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-16 11:54:06 +0100 |
commit | 82cc5c76a4fa97268a455ea6e7df18567f4af68c (patch) | |
tree | 1419a0c11e9fc57e3b0684bb596d9e0aa7a539f0 /HISTORY | |
parent | 67a4ba4228d878fe7f5484ab8d80178ca51ce6e6 (diff) | |
download | vdr-82cc5c76a4fa97268a455ea6e7df18567f4af68c.tar.gz vdr-82cc5c76a4fa97268a455ea6e7df18567f4af68c.tar.bz2 |
Improved handling missing VDRPluginDestroyer()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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). |