We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c2450d commit 73bcb7aCopy full SHA for 73bcb7a
1 file changed
tasks/task_content.c
@@ -718,7 +718,12 @@ static void content_information_ctx_init(
718
{
719
const char *path_dir_cache = settings->paths.directory_cache;
720
if (!string_is_empty(path_dir_cache))
721
+ {
722
content_ctx->directory_cache = strdup(path_dir_cache);
723
+
724
+ if (!path_is_directory(path_dir_cache))
725
+ path_mkdir(path_dir_cache);
726
+ }
727
}
728
729
if (!string_is_empty(sysinfo->valid_extensions))
0 commit comments