mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
timerd/timermanager: fix EPG auto-adjustment of recordings
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user