Skip to content

Commit 4ea7153

Browse files
authored
Merge pull request #3707 from GhostofGeeeee/history
[ChannelSelection] remove unsupported new code
2 parents 42aaa30 + ba398fa commit 4ea7153

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lib/python/Screens/ChannelSelection.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2667,9 +2667,6 @@ def newServicePlayed(self):
26672667
return ret
26682668

26692669
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
26732670
if self.delhistpoint is not None:
26742671
x = self.delhistpoint
26752672
while x <= len(self.history) - 1:

0 commit comments

Comments
 (0)