Still in the process of switching to prepared statements. Left TODO for removing the make_shared_ptr for the raw song data. Added feature to retrieve a sing cover art record in json format

This commit is contained in:
kdeng00
2019-09-05 20:57:13 -04:00
parent 5b9f2a0505
commit ada50b3d5c
8 changed files with 303 additions and 34 deletions
+2
View File
@@ -27,6 +27,7 @@ set(SOURCES
)
set(HEADERS
include/component/AppComponent.hpp
include/controller/CoverArtController.hpp
include/controller/LoginController.hpp
include/controller/SongController.hpp
include/database/AlbumRepository.h
@@ -36,6 +37,7 @@ set(HEADERS
include/database/GenreRepository.h
include/database/SongRepository.h
include/database/YearRepository.h
include/dto/CoverArtDto.hpp
include/dto/LoginResultDto.hpp
include/dto/SongDto.hpp
include/manager/AlbumManager.h