]> git.vomp.tv Git - vompserver.git/commitdiff
Hopefully notify VDR of newly deleted recordings
authorChris Tallon <chris@vomp.tv>
Fri, 21 Apr 2006 17:07:46 +0000 (17:07 +0000)
committerChris Tallon <chris@vomp.tv>
Fri, 21 Apr 2006 17:07:46 +0000 (17:07 +0000)
mvpclient.c

index be0a8efc44ff8259d5274000b77b6b7233ef425d..a8bde75cba31b2bdbe5951263dd51b3f18911d2e 100644 (file)
@@ -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