From a11262cf05f02a5f613a9d0dd4c5e134fe4bee5e Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 12 Jun 2010 09:01:32 +0000 Subject: 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 --- src/plugins/General/hal/halplugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/General') 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" || -- cgit v1.2.3-13-gbd6f