We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 42aaa30 + ba398fa commit 4ea7153Copy full SHA for 4ea7153
lib/python/Screens/ChannelSelection.py
@@ -2667,9 +2667,6 @@ def newServicePlayed(self):
2667
return ret
2668
2669
def addToHistory(self, ref):
2670
- 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:
2674
x = self.delhistpoint
2675
while x <= len(self.history) - 1:
0 commit comments