diff options
-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 aec9f08..df51221 100644 --- a/vdr-vdrmanager/helpers.cpp +++ b/vdr-vdrmanager/helpers.cpp @@ -713,7 +713,7 @@ string cHelpers::ToText(cRecording * recording) { result += ":"; //Feature #1319 - result += recording->Name(); + result += MapSpecialChars(recording->Name()); result += "\r\n"; return result; |