Lists real file names, in addition to converted file names
This commit is contained in:
parent
6d539a14df
commit
2c80e4117e
@ -162,9 +162,8 @@ public final class FileHelper {
|
|||||||
String userName = data[1].substring(0, data[1].length() - 4);
|
String userName = data[1].substring(0, data[1].length() - 4);
|
||||||
data[1] = BookHelper.authorFromUUID(userName) + extension;
|
data[1] = BookHelper.authorFromUUID(userName) + extension;
|
||||||
fileList.add(String.join(separator, data));
|
fileList.add(String.join(separator, data));
|
||||||
} else {
|
|
||||||
fileList.add(fileName);
|
|
||||||
}
|
}
|
||||||
|
fileList.add(fileName);
|
||||||
}
|
}
|
||||||
|
|
||||||
return fileList;
|
return fileList;
|
||||||
|
Loading…
Reference in New Issue
Block a user