diff options
author | fx <[email protected]> | 2023-05-04 14:33:23 +0200 |
---|---|---|
committer | fx <[email protected]> | 2023-05-04 14:33:23 +0200 |
commit | 0c7ba29d3e17c47e5fc9cffe78c28a0019d453b7 (patch) | |
tree | 1815f82eaa9e84f8f73683a84ed99063e4e0d904 /src/commands | |
parent | 2b180daf1e2687436046b853c59e0abe12c50f57 (diff) | |
parent | 59d539f756375719f7ff71822c72afa00c3bd3c4 (diff) | |
download | modlist-0c7ba29d3e17c47e5fc9cffe78c28a0019d453b7.tar modlist-0c7ba29d3e17c47e5fc9cffe78c28a0019d453b7.tar.gz modlist-0c7ba29d3e17c47e5fc9cffe78c28a0019d453b7.zip |
Merge pull request 'config' (#4) from config into master
Reviewed-on: http://raspberrypi.fritz.box:7920/fx/modlist/pulls/4
Diffstat (limited to 'src/commands')
-rw-r--r-- | src/commands/io.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/commands/io.rs b/src/commands/io.rs index 82b30ce..e072f00 100644 --- a/src/commands/io.rs +++ b/src/commands/io.rs | |||
@@ -92,7 +92,7 @@ pub async fn import(config: Cfg, file_str: String, direct_download: bool) -> MLE | |||
92 | mod_ids.push(IDSelector::ModificationID(String::from(mod_id))); | 92 | mod_ids.push(IDSelector::ModificationID(String::from(mod_id))); |
93 | } | 93 | } |
94 | //TODO impl set_version and good direct download | 94 | //TODO impl set_version and good direct download |
95 | //TODO impl all at once, dafuck | 95 | //TODO impl all at once, dafuck ?done? |
96 | mod_add(config.clone(), mod_ids, list, direct_download, false).await?; | 96 | mod_add(config.clone(), mod_ids, list, direct_download, false).await?; |
97 | } | 97 | } |
98 | Ok(()) | 98 | Ok(()) |