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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user