don't offer scanning on nims where nothing is connected
[enigma2.git] / lib / python / Screens / PVRState.py
index 8b90c420217321e9dfff63b87029e18497de0410..891379ca8a8578eb054ee9daab7e7b5550eba4b2 100644 (file)
@@ -8,5 +8,5 @@ class PVRState(Screen):
                self["state"] = Label(text="")
 
 class TimeshiftState(PVRState):
-       def __init__(self, session):
-               PVRState.__init__(self, session)
+       pass
+