From: Chris Tallon Date: Fri, 21 Apr 2006 17:07:46 +0000 (+0000) Subject: Hopefully notify VDR of newly deleted recordings X-Git-Tag: r0-2-5~19 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=82e67709135e23af26b1d0619196a47e974b2810;p=vompserver.git Hopefully notify VDR of newly deleted recordings --- diff --git a/mvpclient.c b/mvpclient.c index be0a8ef..a8bde75 100644 --- a/mvpclient.c +++ b/mvpclient.c @@ -344,6 +344,8 @@ int MVPClient::processDeleteRecording(UCHAR* data, int length) { if (recording->Delete()) { + // Copy svdrp's way of doing this, see if it works + ::Recordings.DelByName(recording->FileName()); sendULONG(1); } else