diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-06-12 09:01:32 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2010-06-12 09:01:32 +0000 |
| commit | a11262cf05f02a5f613a9d0dd4c5e134fe4bee5e (patch) | |
| tree | f283bada594e2ed4df966ebf90724bbe27205324 /src/plugins/General/hal | |
| parent | ada52e8ce5bdf7ece018c0f2556bd86f868d84b4 (diff) | |
| download | qmmp-a11262cf05f02a5f613a9d0dd4c5e134fe4bee5e.tar.gz qmmp-a11262cf05f02a5f613a9d0dd4c5e134fe4bee5e.tar.bz2 qmmp-a11262cf05f02a5f613a9d0dd4c5e134fe4bee5e.zip | |
increased maximum size of removable medium
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@1769 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/hal')
| -rw-r--r-- | src/plugins/General/hal/halplugin.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/General/hal/halplugin.cpp b/src/plugins/General/hal/halplugin.cpp index f91e97194..49a9faacb 100644 --- a/src/plugins/General/hal/halplugin.cpp +++ b/src/plugins/General/hal/halplugin.cpp @@ -117,7 +117,7 @@ void HalPlugin::addDevice(const QString &udi) return; } - if (device->property("volume.size").toLongLong() < 5000000000LL && + if (device->property("volume.size").toLongLong() < 17000000000LL && (device->property("volume.fstype").toString() == "vfat" || device->property("volume.fstype").toString() == "iso" || device->property("volume.fstype").toString() == "udf" || |
