timerd/timermanager: fix EPG auto-adjustment of recordings

Origin commit data
------------------
Branch: ni/coolstream
Commit: 659f2b372d
Author: martii <m4rtii@gmx.de>
Date: 2016-09-15 (Thu, 15 Sep 2016)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2016-09-15 00:51:01 +02:00
committed by vanhofen
parent 2b6a4a3718
commit cc0e1a1586
3 changed files with 6 additions and 3 deletions

View File

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