summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--vdr-vdrmanager/helpers.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdr-vdrmanager/helpers.cpp b/vdr-vdrmanager/helpers.cpp
index 1219c01..8dd7706 100644
--- a/vdr-vdrmanager/helpers.cpp
+++ b/vdr-vdrmanager/helpers.cpp
@@ -187,8 +187,7 @@ string cHelpers::SetChannelIntern(const string args) {
return result;
}
- return "START\r\nEND\r\n";
-
+ return "START\r\n"+channel->GetChannelID()+"\r\nEND\r\n";
}
string cHelpers::GetAudioTracks(const cChannel* channel) {