allow to do a manual scan on linked tuners when the type of linked and directly conne...
[enigma2.git] / lib / python / Screens / Mute.py
1 from Screen import Screen
2
3 class Mute(Screen):
4         pass
5