From 6f461023bf90fd89dd96a8463b5cdeb2f3fd0feb Mon Sep 17 00:00:00 2001 From: Felix Domke Date: Thu, 13 Mar 2008 00:40:10 +0000 Subject: [PATCH] add return --- lib/python/Components/SystemInfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/python/Components/SystemInfo.py b/lib/python/Components/SystemInfo.py index f33a8552..844c9544 100644 --- a/lib/python/Components/SystemInfo.py +++ b/lib/python/Components/SystemInfo.py @@ -6,5 +6,6 @@ def getNumVideoDecoders(): idx = 0 while fileExists("/dev/dvb/adapter0/video%d"%(idx), 'w'): idx += 1 + return idx SystemInfo["NumVideoDecoders"] = getNumVideoDecoders() -- 2.30.2