This commit is contained in:
Yutousama 2022-04-11 13:05:38 +08:00
parent 466a1b747f
commit 8d4cf25977

View File

@ -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();