Modify: stop recycle filesystem when generate thumbnails

This commit is contained in:
HFO4
2020-03-11 16:34:19 +08:00
parent 4de0a2577a
commit 439b5a2ce0
2 changed files with 0 additions and 4 deletions

View File

@@ -78,8 +78,6 @@ func (job *TransferTask) GetError() *JobError {
// Do 开始执行任务
func (job *TransferTask) Do() {
defer job.Recycle()
// 创建文件系统
fs, err := filesystem.NewFileSystem(job.User)
if err != nil {