X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/3a0c7bdb992181e4cbdbf09d9f7d14c13c911659..f78de26900d5d14c363984ff3c21952f4093a9a7:/lib/python/Plugins/Extensions/WebInterface/webif.py diff --git a/lib/python/Plugins/Extensions/WebInterface/webif.py b/lib/python/Plugins/Extensions/WebInterface/webif.py index 7ec88bb2..d7cc594c 100644 --- a/lib/python/Plugins/Extensions/WebInterface/webif.py +++ b/lib/python/Plugins/Extensions/WebInterface/webif.py @@ -44,7 +44,7 @@ class TestScreen(InfoBarServiceName, InfoBarEvent, Screen): self["ServiceListBrowse"] = ServiceList(fav, command_func = self.browseTo) def browseTo(self, reftobrowse): - self["ServiceListBrowse"].root = refttobrowse + self["ServiceListBrowse"].root = reftobrowse def zapTo(self, reftozap): self.session.nav.playService(reftozap)