We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 502e665 + 1cae002 commit 2c1b8b0Copy full SHA for 2c1b8b0
lib/python/Screens/ChannelSelection.py
@@ -2667,7 +2667,7 @@ def newServicePlayed(self):
2667
return ret
2668
2669
def addToHistory(self, ref):
2670
- if self.history and self.isSubservices(self.history[self.history_pos][0]) and self.isSubservices(self.servicePath[0]): # Only replace subservice
+ if self.history and self.servicePath and self.isSubservices(self.history[self.history_pos][0]) and self.isSubservices(self.servicePath[0]): # Only replace subservice
2671
self.history[self.history_pos] = self.servicePath[:] + [ref]
2672
return
2673
if self.delhistpoint is not None:
0 commit comments