diff options
author | horchi <vdr@jwendel.de> | 2020-09-22 18:13:18 +0200 |
---|---|---|
committer | horchi <vdr@jwendel.de> | 2020-09-22 18:13:18 +0200 |
commit | 21ac459be351ebf9e8977f1a8617d0e60172c857 (patch) | |
tree | 19b80ec726138acacb75b9a1622cc835d60b38cd /status.c | |
parent | 6accbdd431ad2e2e4d7b1568840f7566e36e024d (diff) | |
download | vdr-plugin-epg2vdr-21ac459be351ebf9e8977f1a8617d0e60172c857.tar.gz vdr-plugin-epg2vdr-21ac459be351ebf9e8977f1a8617d0e60172c857.tar.bz2 |
2020-09-22: version 1.1.118 (horchi)\n - bugfix: Fixed problem with update of timer table\n\n1.1.118
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -96,20 +96,20 @@ int RecLengthInSecs(const cRecording* pRecording) //*************************************************************************** // Notifications from VDRs Status Interface //*************************************************************************** -//*************************************************************************** -// Timers Change Notification -//*************************************************************************** +// //*************************************************************************** +// // Timers Change Notification +// //*************************************************************************** -void cUpdate::TimerChange(const cTimer* Timer, eTimerChange Change) -{ - if (!Epg2VdrConfig.shareInWeb) - return; +// void cUpdate::TimerChange(const cTimer* Timer, eTimerChange Change) +// { +// if (!Epg2VdrConfig.shareInWeb) +// return; - tell(1, "Timer changed, trigger update. Action was (%d)", Change); +// tell(1, "Timer changed, trigger update. Action was (%d)", Change); - timerTableUpdateTriggered = yes; - waitCondition.Broadcast(); // wakeup -} +// timerTableUpdateTriggered = yes; +// waitCondition.Broadcast(); // wakeup +// } //*************************************************************************** // Recording Notification (cStatus::MsgRecording(....)) |