diff options
Diffstat (limited to 'import/src')
-rw-r--r-- | import/src/main.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/import/src/main.rs b/import/src/main.rs index e04abe5..f017407 100644 --- a/import/src/main.rs +++ b/import/src/main.rs @@ -103,6 +103,7 @@ fn main() -> anyhow::Result<()> { cache_path: path.join("cache"), library_path: path.join("library"), database_path: path.join("database"), + temp_path: "/tmp".into(), cookie_key: Some( base64::engine::general_purpose::STANDARD .encode([(); 32].map(|_| random())), |