]> git.vomp.tv Git - vompserver.git/commitdiff
Add is-recording-new to protocol
authorChris Tallon <chris@telescope.org>
Sun, 13 Jan 2013 17:02:29 +0000 (17:02 +0000)
committerChris Tallon <chris@telescope.org>
Sun, 13 Jan 2013 17:02:29 +0000 (17:02 +0000)
vompclientrrproc.c

index c313ce8b46955d01a36f1b368e5158ad58a96922..888415a8a5cdf1adcd7dc2e05a4c2c808f14d216 100644 (file)
@@ -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
   }