Made some small optims when checking if files are removed

This commit is contained in:
emeric
2025-07-01 21:15:04 +02:00
parent e6f0f55b95
commit 5bed2320bc
20 changed files with 237 additions and 42 deletions
+6
View File
@@ -427,4 +427,10 @@ namespace lms::db
}
LMS_LOG(DB, DEBUG, "Analyzing " << entry << ": done!");
}
void Session::execute(std::string_view query, long long id)
{
utils::executeCommand(_session, query, id);
}
} // namespace lms::db