Added an EPG bugfix for broadcasters who put literal "\n" strings in their EPG

This commit is contained in:
Klaus Schmidinger
2024-06-21 06:27:20 +02:00
parent db81c07b27
commit 32b11e1a53
3 changed files with 41 additions and 18 deletions

View File

@@ -9919,10 +9919,13 @@ Video Disk Recorder Revision History
- A device is now always kept occupied if a timer is in VPS margin or needs the
transponder (thanks to Markus Ehrnsperger).
2024-06-13:
2024-06-21:
- Updated the Italian OSD texts (thanks to Diego Pierotto).
- Fixed a possible access of a deleted object in the EIT scanner.
- Fixed setting T2 system ID from NIT (thanks to Stefan Herdler).
- When starting an editing process, VDR now first checks whether there is enough
free disk space to take up the edited version of the recording.
- Added an EPG bugfix for broadcasters who put literal "\n" strings in their EPG.
Note that the string version of strreplace() has been modified, so that it
replaces all occurrences of the search string, not just the first one.