* 5 levels deep should be fine

This commit is contained in:
Reinhard Pointner 2011-11-30 14:43:49 +00:00
parent 2bf8270b17
commit 208b86c968
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ abstract class SubtitleDropTarget extends JButton {
if (containsOnly(files, FOLDERS)) {
// collect all video files from the dropped folders
List<File> videoFiles = filter(listFiles(files, 10, false), VIDEO_FILES);
List<File> videoFiles = filter(listFiles(files, 5, false), VIDEO_FILES);
if (videoFiles.size() > 0) {
return handleDownload(videoFiles);