summaryrefslogtreecommitdiff
path: root/status.c
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-09-22 18:13:18 +0200
committerhorchi <vdr@jwendel.de>2020-09-22 18:13:18 +0200
commit21ac459be351ebf9e8977f1a8617d0e60172c857 (patch)
tree19b80ec726138acacb75b9a1622cc835d60b38cd /status.c
parent6accbdd431ad2e2e4d7b1568840f7566e36e024d (diff)
downloadvdr-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.c22
1 files changed, 11 insertions, 11 deletions
diff --git a/status.c b/status.c
index 15fa8f3..dcda89b 100644
--- a/status.c
+++ b/status.c
@@ -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(....))