summaryrefslogtreecommitdiff
path: root/status.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'status.cpp')
-rw-r--r--status.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/status.cpp b/status.cpp
index bb308c9..1955549 100644
--- a/status.cpp
+++ b/status.cpp
@@ -72,6 +72,10 @@ void cStatusMarkAd::Recording(const cDevice *Device, const char *Name, const cha
dsyslog("markad [%i]: stop recording %s ",recvnumber,FileName);
((cDevice *) Device)->Detach(recv[recvnumber]);
+ if (!recv[recvnumber]->FoundMarks())
+ {
+ // TODO: start standalone markad with logo detection
+ }
delete recv[recvnumber];
recv[recvnumber]=NULL;
}