update
This commit is contained in:
@@ -55,7 +55,7 @@ public class BiliVideoController {
|
||||
json.put("msg", "文件夹为空");
|
||||
json.put("data", new JSONObject());
|
||||
} else {
|
||||
List<File> list = AppTools.scanFilePath("live");
|
||||
List<File> list = AppTools.scanFilePath(file.getAbsolutePath()+File.separator+"live");
|
||||
JSONArray array = new JSONArray();
|
||||
for (File f : list) {
|
||||
JSONObject item = new JSONObject();
|
||||
|
||||
Reference in New Issue
Block a user