Almost done with updating metadata of song, just need to handle records that have no related records associated with them
This commit is contained in:
@@ -25,6 +25,7 @@ namespace database
|
||||
|
||||
void deleteRecord(const model::Cover&);
|
||||
void saveRecord(const model::Cover&);
|
||||
void updateRecord(const model::Cover&);
|
||||
private:
|
||||
std::vector<model::Cover> parseRecords(MYSQL_STMT*);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user