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:
parent
63fc7d80b2
commit
426730fec6
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user