The script given to VDR with the '-r' option is now also called whenever a recording is deleted

This commit is contained in:
Klaus Schmidinger
2012-09-17 09:03:01 +02:00
parent 8423b5ea4c
commit e6526ae269
6 changed files with 20 additions and 6 deletions

View File

@@ -4,7 +4,7 @@
* See the main source file 'vdr.c' for copyright information and
* how to reach the author.
*
* $Id: recording.h 2.36 2012/09/06 09:59:11 kls Exp $
* $Id: recording.h 2.37 2012/09/17 08:53:23 kls Exp $
*/
#ifndef __RECORDING_H
@@ -240,6 +240,7 @@ public:
#define RUC_BEFORERECORDING "before"
#define RUC_AFTERRECORDING "after"
#define RUC_EDITEDRECORDING "edited"
#define RUC_DELETERECORDING "deleted"
class cRecordingUserCommand {
private: