timerd/timermanager: fix EPG auto-adjustment of recordings

Origin commit data
------------------
Commit: 2cebd62aee
Author: martii <m4rtii@gmx.de>
Date: 2016-09-26 (Mon, 26 Sep 2016)
This commit is contained in:
martii
2016-09-26 13:04:48 +02:00
committed by vanhofen
parent 6836ea5d78
commit 9aae39eab8
3 changed files with 6 additions and 3 deletions

View File

@@ -1299,6 +1299,9 @@ void CTimerEvent_Record::Refresh()
//------------------------------------------------------------
bool CTimerEvent_Record::adjustToCurrentEPG()
{
if (!autoAdjustToEPG)
return false;
CChannelEventList evtlist;
CEitManager::getInstance()->getEventsServiceKey(eventInfo.channel_id, evtlist);