summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager')
-rw-r--r--vdr-vdrmanager/helpers.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index b6364b4..1406241 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -479,7 +479,7 @@ string cHelpers::ToText(cRecording * recording) {
}
result += ":";
- if(event->TableID()){
+ if(event->Title()){
result += MapSpecialChars(event->Title());
} else if(info->Title()){
result += MapSpecialChars(info->Title());