X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/f47d06efc863945909f6095eae5d88c755168fd6..8bd6103bc110547cf683f931a1d9d7d14156bf98:/lib/python/Components/Harddisk.py diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index a6389770..b51d7a67 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -169,6 +169,12 @@ class HarddiskManager: if hddNum > 8: break + def HDDCount(self): + cnt = 0 + for hd in self.hdd: + cnt = cnt + 1 + return cnt + def HDDList(self): list = [ ] for hd in self.hdd: