summaryrefslogtreecommitdiff
path: root/vdr-vdrmanager/helpers.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vdr-vdrmanager/helpers.cpp')
-rw-r--r--vdr-vdrmanager/helpers.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index 91af240..d547cc1 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -791,7 +791,9 @@ string cHelpers::ToText(const cEvent * event) {
result += MapSpecialChars(event->ShortText() ? event->ShortText() : "");
result += ":";
result += MapSpecialChars(channel->GetChannelID().ToString());
- result += "\r\n";
+ result += ":";
+ result += GetAudioTracks(channel);
+ result += "\r\n";
if (eventTimer) {
result += ToText(eventTimer);