diff options
author | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2025-01-30 01:27:11 +0100 |
commit | a5a73dc868c714391e4da4a53b4e4993fc77372e (patch) | |
tree | 1bad34a616a7e20b40ef6a8100b8aa20ef5fb783 /tool | |
parent | 59825d68efa1077382fd6acac73f75ae9dc3680a (diff) | |
download | jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.bz2 jellything-a5a73dc868c714391e4da4a53b4e4993fc77372e.tar.zst |
parallel import
Diffstat (limited to 'tool')
-rw-r--r-- | tool/src/add.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tool/src/add.rs b/tool/src/add.rs index 368743e..fdaa14e 100644 --- a/tool/src/add.rs +++ b/tool/src/add.rs @@ -40,7 +40,7 @@ pub async fn add(action: Action) -> anyhow::Result<()> { library_path } else { let mut directories = Vec::new(); - find_folders(&CONF.library_path, &PathBuf::new(), &mut directories) + find_folders(&CONF.media_path, &PathBuf::new(), &mut directories) .context("listing library directories")?; let mut default = 0; |