Revert "Fork Sync: Update from parent repository"

This commit is contained in:
Seefs
2025-10-10 20:32:17 +08:00
committed by GitHub
parent b9431dace1
commit 00ba64d837
2 changed files with 5 additions and 15 deletions

View File

@@ -97,7 +97,6 @@ func updateVideoSingleTask(ctx context.Context, adaptor channel.TaskAdaptor, cha
taskResult.Url = t.FailReason
taskResult.Progress = t.Progress
taskResult.Reason = t.FailReason
task.Data = t.Data
} else if taskResult, err = adaptor.ParseTaskResult(responseBody); err != nil {
return fmt.Errorf("parseTaskResult failed for task %s: %w", taskId, err)
} else {