From 82e67709135e23af26b1d0619196a47e974b2810 Mon Sep 17 00:00:00 2001 From: Chris Tallon Date: Fri, 21 Apr 2006 17:07:46 +0000 Subject: [PATCH] Hopefully notify VDR of newly deleted recordings --- mvpclient.c | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.39.2