diff options
author | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-20 10:03:28 +0200 |
---|---|---|
committer | Klaus Schmidinger <vdr@tvdr.de> | 2021-06-20 10:03:28 +0200 |
commit | 545613e0e75d21f573c6942ec14d6b49ad889068 (patch) | |
tree | 9fc85055ceece1c65f547db10740d8f8ed8b0e80 /HISTORY | |
parent | ac4da6e38018d49903988df0f80c0b0ffbe85bb9 (diff) | |
download | vdr-545613e0e75d21f573c6942ec14d6b49ad889068.tar.gz vdr-545613e0e75d21f573c6942ec14d6b49ad889068.tar.bz2 |
When checking whether a recording has already been made, recording names are now compared case insensitive
Diffstat (limited to 'HISTORY')
-rw-r--r-- | HISTORY | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -9720,7 +9720,7 @@ Video Disk Recorder Revision History - Removed unused declaration of cDvbTuner::SetFrontendType() (thanks to Helmut Binder). - Fixed handling incomplete multi-packet CAT (thanks to Helmut Binder). -2021-06-19: +2021-06-20: - Fixed restarting PMT pids after starting a recording on the currently viewed channel (with help from Helmut Binder). @@ -9729,3 +9729,5 @@ Video Disk Recorder Revision History - Fixed a possible access to characters after the terminating zero of strings in cDoneRecordings::Contains(), in case there are fuzzy characters at the end of a string. +- When checking whether a recording has already been made, recording names are now + compared case insensitive. |