List files within /Volumes as media root (sandbox seems to give access to folder listings for that)

This commit is contained in:
Reinhard Pointner 2018-04-21 12:32:50 +07:00
parent 63fc7d80b2
commit 426730fec6
1 changed files with 1 additions and 1 deletions

View File

@ -226,7 +226,7 @@ public class ReleaseInfo {
if (isMacSandbox()) {
// Mac
for (File mediaRoot : getMediaRoots()) {
// volumes.addAll(getChildren(mediaRoot, FOLDERS));
volumes.addAll(getChildren(mediaRoot, FOLDERS));
volumes.add(mediaRoot);
}