Revert "fix(gallery): correctly show status for downloading OCI images"

This reverts commit 780d034ac9.
This commit is contained in:
Ettore Di Giacinto
2025-07-01 21:32:04 +02:00
parent 780d034ac9
commit d0fb23514f
7 changed files with 38 additions and 213 deletions

View File

@@ -256,7 +256,7 @@ func (uri URI) DownloadFile(filePath, sha string, fileN, total int, downloadStat
return fmt.Errorf("failed to get image %q: %v", url, err)
}
return oci.ExtractOCIImage(img, url, filepath.Dir(filePath), downloadStatus)
return oci.ExtractOCIImage(img, filepath.Dir(filePath), downloadStatus)
}
// Check if the file already exists