add is_create option

This commit is contained in:
yggverse 2025-08-08 01:22:23 +03:00
parent 9a6e6dbb0c
commit a70e9bc537
2 changed files with 4 additions and 4 deletions

View file

@ -118,7 +118,7 @@ async fn main() -> Result<()> {
)),
// the destination folder to preload files match `preload_regex`
// * e.g. images for audio albums
output_folder: preload.tmp(&i)?.to_str().map(|s| s.to_string()),
output_folder: preload.tmp(&i, true)?.to_str().map(|s| s.to_string()),
..Default::default()
}),
),