Fixed bug when song upload HTTP endpoint returns a response of the uploading song with errors

This commit is contained in:
kdeng00
2019-11-12 22:51:07 -05:00
parent 9b4a0db67a
commit 41ae06e19a
2 changed files with 14 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ namespace database
std::vector<model::Song> retrieveRecords();
model::Song retrieveRecord(model::Song&, type::SongFilter);
model::Song retrieveRecord(const model::Song&, type::SongFilter);
bool doesSongExist(const model::Song&, type::SongFilter);
bool deleteRecord(const model::Song&);