mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-27 07:23:09 +02:00
deactivate timer epg autoadjust until fixed and tested
This commit is contained in:
@@ -1332,6 +1332,9 @@ void CTimerEvent_Record::Refresh()
|
||||
//------------------------------------------------------------
|
||||
bool CTimerEvent_Record::adjustToCurrentEPG()
|
||||
{
|
||||
if (!(access(CONFIGDIR"/.adjust", F_OK) == 0))
|
||||
return false;
|
||||
|
||||
if (!autoAdjustToEPG)
|
||||
return false;
|
||||
|
||||
|
Reference in New Issue
Block a user