deactivate timer epg autoadjust until fixed and tested

This commit is contained in:
TangoCash
2016-11-19 18:47:35 +01:00
parent de6f90ac27
commit bf2c9818b0

View File

@@ -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;