|
@@ -170,7 +170,7 @@ public class RepairVideosHandler {
|
|
|
String sceneJsonStr = FileUtil.readUtf8String(sceneJsonPath);
|
|
|
if (StrUtil.isNotEmpty(sceneJsonStr)) {
|
|
|
JSONObject sceneJsonObj = JSON.parseObject(sceneJsonStr);
|
|
|
- sceneJsonObj.put("videos", fYunFileConfig.getHost().concat(targetUpPath));
|
|
|
+ sceneJsonObj.put("videos", pro.getVideos());
|
|
|
FileUtil.writeUtf8String(sceneJsonObj.toJSONString(), sceneJsonPath);
|
|
|
}
|
|
|
}
|