增加云端录像手动删除

This commit is contained in:
648540858
2025-04-14 22:54:30 +08:00
parent 65cd397a9c
commit 45b3d9322c
3 changed files with 28 additions and 11 deletions

View File

@@ -169,7 +169,7 @@ public class ZLMMediaNodeServerService implements IMediaNodeServerService {
return true;
}else {
log.info("[zlm-deleteRecordDirectory] 删除磁盘文件错误, server: {} {}:{}->{}/{}, 结果: {}", mediaServer.getId(), app, stream, date, fileName, jsonObject);
return false;
throw new ControllerException(ErrorCode.ERROR100.getCode(), "删除磁盘文件失败");
}
}