diff options
Diffstat (limited to 'src/files.rs')
-rw-r--r-- | src/files.rs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/files.rs b/src/files.rs index 0d7dc0a..ecb6e3e 100644 --- a/src/files.rs +++ b/src/files.rs | |||
@@ -11,7 +11,6 @@ pub async fn download_versions(list: List, config: Cfg, versions: Vec<Version>) | |||
11 | println!("Download to directory from: {} ({})", list.id, dl_path); | 11 | println!("Download to directory from: {} ({})", list.id, dl_path); |
12 | 12 | ||
13 | for ver in versions { | 13 | for ver in versions { |
14 | //TODO get project name instead of projectid from db | ||
15 | let project_name = mods_get_name(config.clone(), &ver.project_id)?; | 14 | let project_name = mods_get_name(config.clone(), &ver.project_id)?; |
16 | print!("\t({})Download version {}", project_name, ver.id); | 15 | print!("\t({})Download version {}", project_name, ver.id); |
17 | std::io::stdout().flush().unwrap(); | 16 | std::io::stdout().flush().unwrap(); |