Add method to actualize currentFolder

dev
JuanJakobo 2022-07-28 19:01:25 +02:00
parent 66994fa361
commit 5413efd281
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ private:
WebDAV _webDAV = WebDAV(); WebDAV _webDAV = WebDAV();
SqliteConnector _sqllite = SqliteConnector(DB_PATH); SqliteConnector _sqllite = SqliteConnector(DB_PATH);
std::string _currentPath;
/** /**
* Function needed to call C function, redirects to real function * Function needed to call C function, redirects to real function