disable download mode for the moment

This commit is contained in:
tdurieux
2023-04-05 12:12:16 +02:00
parent d29d4281ab
commit e94a5f164a
5 changed files with 31 additions and 116 deletions

View File

@@ -56,8 +56,8 @@ export default class Repository {
this._model = data;
switch (data.source.type) {
case "GitHubDownload":
this.source = new GitHubDownload(data.source, this);
break;
// this.source = new GitHubDownload(data.source, this);
// break;
case "GitHubStream":
this.source = new GitHubStream(data.source, this);
break;