add 'progress' source, 'progress to text' converter
[enigma2.git] / lib / python / Components / SystemInfo.py
index f33a8552991fd2eed842ca7c7fa4d590556e54be..844c9544a1fae4965bb6f31db8821ae2247a89a5 100644 (file)
@@ -6,5 +6,6 @@ def getNumVideoDecoders():
        idx = 0
        while fileExists("/dev/dvb/adapter0/video%d"%(idx), 'w'):
                idx += 1
+       return idx
 
 SystemInfo["NumVideoDecoders"] = getNumVideoDecoders()