aboutsummaryrefslogtreecommitdiff
path: root/src/plugins/General/hal
diff options
context:
space:
mode:
authortrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-06-12 09:01:32 +0000
committertrialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38>2010-06-12 09:01:32 +0000
commita11262cf05f02a5f613a9d0dd4c5e134fe4bee5e (patch)
treef283bada594e2ed4df966ebf90724bbe27205324 /src/plugins/General/hal
parentada52e8ce5bdf7ece018c0f2556bd86f868d84b4 (diff)
downloadqmmp-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.cpp2
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" ||