|
@@ -112,6 +112,9 @@ public class RepairVideosHandler {
|
|
|
if (!fYunFileService.fileExist(upPath)) {
|
|
|
continue;
|
|
|
}
|
|
|
+ upName = upPath.substring(upPath.lastIndexOf("/") + 1);
|
|
|
+ upPath1 = upPath.replace(upName, "").concat("Up.xml");
|
|
|
+ upPath2 = upPath.replace(upName, "").concat("Up2.xml");
|
|
|
found = true;
|
|
|
log.info("upPath=" + upPath);
|
|
|
log.info("targetUpPath=" + targetUpPath);
|