Working on updating a song's metadata

This commit is contained in:
kdeng00
2019-09-13 23:12:09 -04:00
parent 2fdc86e0b3
commit a82e66ff83
3 changed files with 39 additions and 26 deletions
-2
View File
@@ -158,8 +158,6 @@ namespace controller
songDto->id = id;
auto updatedSong = manager::SongManager::songDtoConv(songDto);
std::cout << "printing updated song" << std::endl;
manager::SongManager::printSong(updatedSong);
manager::SongManager songMgr(m_bConf);
songMgr.updateSong(updatedSong);