diff options
| author | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-21 15:29:54 +0000 |
|---|---|---|
| committer | Andreas Frisch <andreas.frisch@multimedia-labs.de> | 2008-10-21 15:29:54 +0000 |
| commit | fc1c1768923a6ec3c3439a851b616095d60d81b3 (patch) | |
| tree | 0f34ae5a1899e486fb7923c2e663ea715237d074 /lib/python/Components | |
| parent | 1428fa3eee06d2f0226c2080dff723e3fac1d16b (diff) | |
| download | enigma2-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.py | 2 |
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 |
