diff options
Diffstat (limited to 'vdr-vdrmanager/helpers.cpp')
-rw-r--r-- | vdr-vdrmanager/helpers.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp index c6d819d..cc9dedb 100644 --- a/vdr-vdrmanager/helpers.cpp +++ b/vdr-vdrmanager/helpers.cpp @@ -694,7 +694,7 @@ string cHelpers::ToText(cRecording * recording) { result += MapSpecialChars(event->Title()); #endif } else { - result += recording->Name(); + result += MapSpecialChars(recording->Name()); } result += ":"; |