- timerlist/controlapi: enable epg_starttime for remote timers

This commit is contained in:
TangoCash
2019-04-28 21:17:37 +02:00
committed by Thilo Graf
parent e5c3777150
commit 8ea412cc55
3 changed files with 12 additions and 5 deletions

View File

@@ -721,10 +721,6 @@ CTimerd::CTimerEventTypes CEventList::isScheduled(t_channel_id channel_id, CChan
return timer->eventType;
}
}
if (timer->eventType == CTimerd::TIMER_REMOTEBOX && timer->alarmTime + timer->rem_pre == event->startTime) {
printf("alarmTime: %ld + rem_pre %d = startTime %ld ?\n",timer->alarmTime, timer->rem_pre, event->startTime);
return timer->eventType;
}
}
}
return (CTimerd::CTimerEventTypes) 0;