Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger deleting of an event

This commit is contained in:
Klaus Schmidinger
2012-06-02 14:10:37 +02:00
parent 78e11d8c6f
commit ad5ef06857
5 changed files with 26 additions and 3 deletions

View File

@@ -7142,3 +7142,5 @@ Video Disk Recorder Revision History
- Extended the interface to the script that gets called for recordings, so that in
the "edited" case it also provides the name of the original recording (thanks to
Christian Richter).
- Added DeleteEvent() to the EPG handler interface, so that an EPG handler can trigger
deleting of an event (thanks to Christian Kaiser).