1
0
mirror of https://github.com/mitb-archive/filebot synced 2024-12-23 00:08:51 -05:00

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

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);
}