Fixed setting the file name of the info file after renaming a recording

This commit is contained in:
Klaus Schmidinger
2025-01-18 20:57:06 +01:00
parent 20a8c5d240
commit 3058354dba
3 changed files with 6 additions and 2 deletions

View File

@@ -10034,7 +10034,7 @@ Video Disk Recorder Revision History
(suggested by Stefan Hofmann).
- Added vdrrootdir and incdir to vdr.pc (thanks to Stefan Hofmann).
2025-01-16:
2025-01-18:
- Removed all DEPRECATED_* code.
- Fixed error checking in case the fps value can't be determined by the frame parser.
@@ -10061,3 +10061,5 @@ Video Disk Recorder Revision History
cStatus::OsdItem() will still work as before, because the default implementation of
cStatus::OsdItem2() calls cStatus::OsdItem().
APIVERSNUM is now 30006.
- Fixed setting the file name of the info file after renaming a recording (reported by
Stefan Hofmann).