X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/44c32e4101acdeb6df3833f35e9c0719e993a2a5..630c06f1073b997e7e87e90dc2c5862b48f7b3ff:/lib/python/Components/TimerSanityCheck.py diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py index d3857039..43885522 100644 --- a/lib/python/Components/TimerSanityCheck.py +++ b/lib/python/Components/TimerSanityCheck.py @@ -25,7 +25,6 @@ class TimerSanityCheck: else: self.simultimer = [ self.newtimer ] return self.checkTimerlist() - def getSimulTimerList(self): return self.simultimer @@ -178,11 +177,13 @@ class TimerSanityCheck: ConflictTimer = timer ConflictTunerType = tunerType ConflictSlot = tunerSlot + del feinfo elif event[2] == self.eflag: for fakeRec in fakeRecList: if timer == fakeRec[0]: NavigationInstance.instance.stopRecordService(fakeRec[1]) fakeRecList.remove(fakeRec) + del fakeRec if overlaplist.count(timer): overlaplist.remove(timer) else: