fix getServiceInfoValue, which should not be cached
[enigma2.git] / lib / python / Components / Converter / ServiceName.py
index 5de8910386beb960ab1395d43b8b65da40fa2cf7..7c463a62162fd87cc3120a41fe360a0b2175d6d4 100644 (file)
@@ -13,7 +13,6 @@ class ServiceName(Converter, object):
                else:
                        self.type = self.NAME
 
-       @cached
        def getServiceInfoValue(self, info, what):
                v = info.getInfo(what)
                if v != -2: