aboutsummaryrefslogtreecommitdiff
path: root/lib/python/Components
diff options
context:
space:
mode:
authorAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-21 15:29:54 +0000
committerAndreas Frisch <andreas.frisch@multimedia-labs.de>2008-10-21 15:29:54 +0000
commitfc1c1768923a6ec3c3439a851b616095d60d81b3 (patch)
tree0f34ae5a1899e486fb7923c2e663ea715237d074 /lib/python/Components
parent1428fa3eee06d2f0226c2080dff723e3fac1d16b (diff)
downloadenigma2-fc1c1768923a6ec3c3439a851b616095d60d81b3.tar.gz
enigma2-fc1c1768923a6ec3c3439a851b616095d60d81b3.zip
allow playing audio cds without mediascanner (choice in mediaplayer menu). offer playing dvd only if disc in drive actually is a
dvd
Diffstat (limited to 'lib/python/Components')
-rw-r--r--lib/python/Components/Harddisk.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py
index a5727cf7..f7c3a7cb 100644
--- a/lib/python/Components/Harddisk.py
+++ b/lib/python/Components/Harddisk.py
@@ -302,7 +302,7 @@ class HarddiskManager:
continue
partitions.append(partition)
else:
- self.cd = "/dev/"+blockdev
+ self.cd = blockdev
except IOError:
error = True
return error, blacklisted, removable, is_cdrom, partitions