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

@@ -2895,3 +2895,6 @@ Marco Skambraks <marco@ammec.de>
Christian Richter <cr@crichter.net>
for extending 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
Christian Kaiser <christian.kaiser@teleservice.com>
for adding DeleteEvent() to the EPG handler interface