Changes to response returns when song does not exist. The cause of a segmentation fault
This commit is contained in:
@@ -21,12 +21,10 @@ namespace manager {
|
||||
|
||||
bool didSongChange(const model::Song&, const model::Song&);
|
||||
bool requiresFilesystemChange(const model::Song&, const model::Song&);
|
||||
bool deleteSong(model::Song&);
|
||||
bool updateSong(model::Song&);
|
||||
|
||||
void saveSong(model::Song&);
|
||||
void deleteSong(model::Song&);
|
||||
void updateSong(model::Song&);
|
||||
|
||||
static model::Song songDtoConv(dto::SongDto::ObjectWrapper&);
|
||||
|
||||
static void printSong(const model::Song&);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user