Able to save and retrieve records (Artist, Album, Genre, etc.)

This commit is contained in:
kdeng00
2019-09-02 13:59:49 -04:00
parent fafb39326b
commit 4306c174b3
26 changed files with 522 additions and 34 deletions
-1
View File
@@ -31,7 +31,6 @@ namespace Controller
OATPP_LOGI("icarus", "logging in");
Manager::token_manager tok;
//auto token = tok.retrieve_token(exe_path);
auto token = tok.retrieve_token(m_bConf);
auto logRes = Dto::loginResultDto::createShared();