Skip to content

Commit

Permalink
[EpgListGrid] typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Huevos committed Jun 24, 2022
1 parent db81805 commit 5cbefca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/python/Components/EpgListGrid.py
Expand Up @@ -822,7 +822,7 @@ def snapshotTimers(self, startTime, endTime):
# repeat timers represent all their future repetitions, so always include them
if (startTime <= timer.end or timer.repeated) and timer.begin < endTime:
serviceref = timer.service_ref.ref.toCompareString()
serviceref = serviceref.replace("4097", "1", 1) if config.recording.setstreamto1.value else servicere
serviceref = serviceref.replace("4097", "1", 1) if config.recording.setstreamto1.value else serviceref
l = self.filteredTimerList.get(serviceref)
if l is None:
self.filteredTimerList[serviceref] = l = [timer]
Expand Down

0 comments on commit 5cbefca

Please sign in to comment.