From 6ebd20d29f225163875617edcc9464060926bcb6 Mon Sep 17 00:00:00 2001 From: lado Date: Wed, 9 May 2012 09:35:29 +0200 Subject: return channe's id on switch --- vdr-vdrmanager/helpers.cpp | 3 +-- 1 file changed, 1 insertion(+), 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) { -- cgit v1.2.3