mirror of
https://github.com/tdurieux/anonymous_github.git
synced 2026-02-13 10:52:53 +00:00
disable download mode for the moment
This commit is contained in:
@@ -91,7 +91,7 @@ export default class GitHubDownload extends GitHubBase implements SourceBase {
|
||||
|
||||
const that = this;
|
||||
async function updateProgress() {
|
||||
if (progress && that.repository.status) {
|
||||
if (progress && that.repository.status == RepositoryStatus.DOWNLOAD) {
|
||||
await that.repository.updateStatus(
|
||||
that.repository.status,
|
||||
progress.transferred.toString()
|
||||
|
||||
Reference in New Issue
Block a user