allow standby only in InfoBar, MoviePlayer, Menus, Setup and Radiomode
[enigma2.git] / lib / python / Screens / ChannelSelection.py
index 90c12a5d785ea8c99bc97697dbbca4fd546da158..6239b001c88bd75dbb860d22d5c8660e1f1fd69a 100644 (file)
@@ -1118,6 +1118,9 @@ class RadioInfoBar(Screen, InfoBarEvent, InfoBarServiceName, InfoBarInstantRecor
                self["CurrentTime"] = Clock()
 
 class ChannelSelectionRadio(ChannelSelectionBase, ChannelSelectionEdit, ChannelSelectionEPG):
+
+       ALLOW_SUSPEND = True
+
        def __init__(self, session):
                ChannelSelectionBase.__init__(self, session)
                ChannelSelectionEdit.__init__(self)