Add FILE_PATH_INDEX_DIRS_URL
This commit is contained in:
parent
36db065495
commit
1bb8ae4a1d
2 changed files with 3 additions and 0 deletions
|
@ -21,6 +21,8 @@ const char *file_path_str(enum file_path_enum enum_idx)
|
|||
{
|
||||
case FILE_PATH_INDEX_URL:
|
||||
return ".index";
|
||||
case FILE_PATH_INDEX_DIRS_URL:
|
||||
return ".index-dirs";
|
||||
case FILE_PATH_INDEX_EXTENDED_URL:
|
||||
return ".index-extended";
|
||||
case FILE_PATH_CORE_THUMBNAILS_URL:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue