From 8070b611c4549d7adc491219c394cd9e93834d0a Mon Sep 17 00:00:00 2001 From: lado Date: Mon, 4 Mar 2013 00:22:57 +0100 Subject: audiotracks for an event --- vdr-vdrmanager/helpers.cpp | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'vdr-vdrmanager') 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); -- cgit v1.2.3