This commit is contained in:
2025-01-02 08:36:55 -06:00
parent 653e8000ff
commit 196abaebcc

View File

@ -31,7 +31,7 @@ class i_file_db {
public:
struct file_info final {
std::string api_path;
bool directory;
bool directory{};
std::string source_path;
};