From: Chris Tallon Date: Sun, 13 Jan 2013 17:02:29 +0000 (+0000) Subject: Add is-recording-new to protocol X-Git-Tag: 0-4-0^2~4 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=fc0a852836006b4d854d79e6834767adce7cfc6f;p=vompserver.git Add is-recording-new to protocol --- diff --git a/vompclientrrproc.c b/vompclientrrproc.c index c313ce8..888415a 100644 --- a/vompclientrrproc.c +++ b/vompclientrrproc.c @@ -670,6 +670,7 @@ int VompClientRRProc::processGetRecordingsList() #else resp->addULONG(recording->Start()); #endif + resp->addUCHAR(recording->IsNew() ? 1 : 0); resp->addString(x.charconvsys->Convert(recording->Name())); //coding of recording name is system dependent resp->addString(recording->FileName());//file name are not visible by user do not touch }