X-Git-Url: https://git.cweiske.de/enigma2.git/blobdiff_plain/cd019e4b226fc51bfb11d113072dda3ba6013b13..c900a62b068cf1f583b8936aa0dae18c9683b461:/lib/python/Components/Harddisk.py diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index 9c695a23..dfc262d8 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -203,6 +203,12 @@ class Harddisk: return -3 return 0 + + def getDeviceDir(self): + return self.devidex + + def getDeviceName(self): + return self.getDeviceDir() + "disc" class Partition: def __init__(self, mountpoint, description = "", force_mounted = False):