Skip to content

Commit

Permalink
infobar fix
Browse files Browse the repository at this point in the history
  • Loading branch information
koivo committed Mar 29, 2024
1 parent 7b51e86 commit 1834566
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/python/Screens/InfoBarGenerics.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,8 +237,8 @@ def streamrelayChecker(self, playref):
playref = eServiceReference("%s%s%s:%s" % (playrefmod, url.replace(":", "%3a"), playrefstring.replace(":", "%3a"), ServiceReference(playref).getServiceName()))
print(f"[{self.__class__.__name__}] Play service {playref.toCompareString()} via streamrelay")
playref.setAlternativeUrl(playrefstring)
return playref, True
return playref, False
return playref
return playref

def checkService(self, service):
return service and service.toCompareString() in self.__srefs
Expand Down

0 comments on commit 1834566

Please sign in to comment.