@@ -211,7 +211,7 @@ public class ApiController {
|
||||
return results;
|
||||
}
|
||||
|
||||
File file = new File(fileEntity.getProtectedFilePath());
|
||||
File file = new File(fileEntity.getFilePath());
|
||||
FileProtector.Type type = "document".equals(fileEntity.getMimeType()) ?
|
||||
FileProtector.Type.DOC : FileProtector.Type.AUDIO;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user