diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-13 10:56:36 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-12-13 10:56:36 +0100 |
commit | 67a4ba4228d878fe7f5484ab8d80178ca51ce6e6 (patch) | |
tree | d0a7c3c74b557f4f93ff12ad78d0bed32f585939 /HISTORY | |
parent | 79a3607d0c220797ebf9449dd2d49221e2761fda (diff) | |
download | vdr-67a4ba4228d878fe7f5484ab8d80178ca51ce6e6.tar.gz vdr-67a4ba4228d878fe7f5484ab8d80178ca51ce6e6.tar.bz2 |
Fixed error handling when loading a plugin
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-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). |