do not allow colon in filenames
[enigma2.git] / lib / python / Components / NimManager.py
index ac73c00ebcb3433b00cb0ccc6a130adcd70bd7ce..8769aae96d2a457ea139ca16645494f80eece437 100644 (file)
@@ -557,7 +557,10 @@ class NimManager:
                                nimText += ("DVB-S", "DVB-C", "DVB-T")[slot.nimType] + ")"
                        list.append((nimText, slot))
                return list
-       
+
+       def getNimConfigMode(self, slotid):
+               return currentConfigSelectionElement(config.Nims[slotid].configMode)
+
        def getSatListForNim(self, slotid):
                list = []
                if (self.getNimType(slotid) == self.nimType["DVB-S"]):