添加TODO 后续实现删除空了的过期日期文件夹

pull/1242/head
648540858 2023-11-27 14:21:40 +08:00
parent ffc8a530f3
commit dbf92b96b0
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@ public class CloudRecordTimer {
if (cloudRecordItemList.isEmpty()) {
continue;
}
// TODO 后续可以删除空了的过期日期文件夹
for (CloudRecordItem cloudRecordItem : cloudRecordItemList) {
String date = new File(cloudRecordItem.getFilePath()).getParentFile().getName();
JSONObject jsonObject = zlmresTfulUtils.deleteRecordDirectory(mediaServerItem, cloudRecordItem.getApp(),