diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-03 22:12:38 +0100 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2020-11-03 22:12:38 +0100 |
commit | 0468b38ff3754bb195688fb2ec6314835e028125 (patch) | |
tree | 8f1a3147aacc37c76ec5f61949cbb7d6770b4fa2 /HISTORY | |
parent | ebbc562aabf6f41a9314473ea6351b8fd6499c6e (diff) | |
download | vdr-0468b38ff3754bb195688fb2ec6314835e028125.tar.gz vdr-0468b38ff3754bb195688fb2ec6314835e028125.tar.bz2 |
Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecording()
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9536,7 +9536,9 @@ Video Disk Recorder Revision History cDvbTuner::GetSignalStats() to avoid problems with drivers that don't do this (thanks to Helmut Binder). -2020-10-30: +2020-11-03: - Fixed multiple recording entries in case a recording is started during the initial reading of the video directory (reported by Claus Muus). +- Fixed an unnecessary double call to Display() in cMenuRecording::RefreshRecording() + (reported by Christoph Haubrich). |