diff options
author | horchi <vdr@jwendel.de> | 2017-12-02 08:25:40 +0100 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2017-12-02 08:25:40 +0100 |
commit | 09433f627c19134c58263d63ed81e83d5c080a6f (patch) | |
tree | 50ea108397c518133c283042e96530595dd60f6b /epgd.h | |
parent | 894823c8b2b9382042d70df670966e8376b9138e (diff) | |
download | vdr-epg-daemon-09433f627c19134c58263d63ed81e83d5c080a6f.tar.gz vdr-epg-daemon-09433f627c19134c58263d63ed81e83d5c080a6f.tar.bz2 |
2017-12-02: version 1.1.123 (horchi)\n - added: Trigger osd2web plugins of running VDRs on new recording\n\n1.1.123
Diffstat (limited to 'epgd.h')
-rw-r--r-- | epgd.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -141,7 +141,7 @@ class cEpgd : public cFrame, public cSystemNotification static int doShutDown() { return shutdown; } int wakeupVdr(const char* uuid); - int triggerVdrs(const char* trg, const char* options = ""); + int triggerVdrs(const char* trg, const char* plug = 0, const char* options = 0); int __attribute__ ((format(printf, 5, 6))) message(int level, char type, const char* title, const char* format, ...); int sendTccMail(string& mailBody); int sendTccTestMail(); |