diff options
| author | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-19 07:06:38 +0000 |
|---|---|---|
| committer | trialuser02 <trialuser02@90c681e8-e032-0410-971d-27865f9a5e38> | 2014-04-19 07:06:38 +0000 |
| commit | ba29477b45e711391e078c01f3caee485fc64747 (patch) | |
| tree | 1f5f950664b908237be2efd4ee219e120ebaabf8 /src/plugins/General/udisks2/udisks2plugin.cpp | |
| parent | a25e5e2031683df983235db9e5b99479f39404db (diff) | |
| download | qmmp-ba29477b45e711391e078c01f3caee485fc64747.tar.gz qmmp-ba29477b45e711391e078c01f3caee485fc64747.tar.bz2 qmmp-ba29477b45e711391e078c01f3caee485fc64747.zip | |
udisks2 plugin: encreased minimal disk size
git-svn-id: http://svn.code.sf.net/p/qmmp-dev/code/trunk/qmmp@4260 90c681e8-e032-0410-971d-27865f9a5e38
Diffstat (limited to 'src/plugins/General/udisks2/udisks2plugin.cpp')
| -rw-r--r-- | src/plugins/General/udisks2/udisks2plugin.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/plugins/General/udisks2/udisks2plugin.cpp b/src/plugins/General/udisks2/udisks2plugin.cpp index 9024161bb..c2029c297 100644 --- a/src/plugins/General/udisks2/udisks2plugin.cpp +++ b/src/plugins/General/udisks2/udisks2plugin.cpp @@ -1,5 +1,5 @@ /*************************************************************************** - * Copyright (C) 2013 by Ilya Kotov * + * Copyright (C) 2013-2014 by Ilya Kotov * * forkotov02@hotmail.ru * * * * This program is free software; you can redistribute it and/or modify * @@ -110,7 +110,7 @@ void UDisks2Plugin::updateActions() dev_path = "cdda://" + device->deviceFile(); } else if (m_detectRemovable && device->isMounted() && - device->property("Size").toLongLong() < 17000000000LL && + device->property("Size").toLongLong() < 40000000000LL && (device->property("IdType").toString() == "vfat" || device->property("IdType").toString() == "iso9660" || device->property("IdType").toString() == "udf" || |
