deactivate timer epg autoadjust until fixed and tested

Origin commit data
------------------
Commit: bf2c9818b0
Author: TangoCash <eric@loxat.de>
Date: 2016-11-19 (Sat, 19 Nov 2016)
This commit is contained in:
TangoCash
2016-11-19 18:47:35 +01:00
parent f5e43c4f77
commit 2b5814d438

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;