use frontend type infomation in /proc/nim_sockets to detect if a frontend
[enigma2.git] / lib / python / Components / NimManager.py
index 1d8e354ce43cd2e29d2f66dbb0a4195dcbe5a7a6..bf718fd038d96274feeb4fa030f4a647f23acdb8 100644 (file)
@@ -123,7 +123,7 @@ class SecConfigure:
 
                for slot in nim_slots:
                        if slot.type is not None:
-                               used_nim_slots.append((slot.slot, slot.description, slot.config.configMode.value != "nothing" and True or False))
+                               used_nim_slots.append((slot.slot, slot.description, slot.config.configMode.value != "nothing" and True or False, slot.isCompatible("DVB-S2")))
                eDVBResourceManager.getInstance().setFrontendSlotInformations(used_nim_slots)
 
                for slot in nim_slots: