update
This commit is contained in:
parent
466a1b747f
commit
8d4cf25977
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user