summaryrefslogtreecommitdiff
path: root/HISTORY
diff options
context:
space:
mode:
authorKlaus Schmidinger <vdr@tvdr.de>2006-10-07 12:37:59 +0200
committerKlaus Schmidinger <vdr@tvdr.de>2006-10-07 12:37:59 +0200
commitf951fb2f9c83797e2df1f0dd2884cc1dfb46493e (patch)
tree45f85ede14f9f250e8fa067080998565b87e942e /HISTORY
parent94e43892a54f74b34e8a06d79784a225cfd8333d (diff)
downloadvdr-f951fb2f9c83797e2df1f0dd2884cc1dfb46493e.tar.gz
vdr-f951fb2f9c83797e2df1f0dd2884cc1dfb46493e.tar.bz2
Now clearing an event's Title, ShortText and Description if there is no ShortEventDescriptor or ExtendedEventDescriptor, respectively
Diffstat (limited to 'HISTORY')
-rw-r--r--HISTORY5
1 files changed, 5 insertions, 0 deletions
diff --git a/HISTORY b/HISTORY
index e5495111..1f0d0ddb 100644
--- a/HISTORY
+++ b/HISTORY
@@ -4938,3 +4938,8 @@ Video Disk Recorder Revision History
- Changed the I18nNormalizeLanguageCode() check to also allow blanks (and all other
printable characters) in the language codes (thanks to Boguslaw Juza for reporting
that there are stations that use blanks in these codes).
+- Now clearing an event's Title, ShortText and Description if there is no
+ ShortEventDescriptor or ExtendedEventDescriptor, respectively (thanks to Boguslaw
+ Juza for reporting that events without an ExtendedEventDescriptor may get
+ duplicate information in their ShortText through the EPG bugfixes in case they
+ are received again).