From ba29477b45e711391e078c01f3caee485fc64747 Mon Sep 17 00:00:00 2001 From: trialuser02 Date: Sat, 19 Apr 2014 07:06:38 +0000 Subject: 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 --- src/plugins/General/udisks2/udisks2plugin.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/plugins/General/udisks2/udisks2plugin.cpp') 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" || -- cgit v1.2.3-13-gbd6f