修复添加任务时没有考虑到所有任务状态的问题
This commit is contained in:
@@ -167,8 +167,7 @@ public class DownloadCheckService {
|
||||
}
|
||||
|
||||
|
||||
//异常情况,发送通知
|
||||
CustomUtil.notifyMe(String.format("任务:%s存在名字,但是下载路径为空且不存在压缩包", galleryTask.getName()));
|
||||
queue.putIfAbsent(galleryTask.getGid(), galleryTask);
|
||||
return false;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user