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:
@@ -14,6 +14,7 @@ namespace manager
|
||||
model::Artist saveArtist(const model::Song&);
|
||||
|
||||
void deleteArtist(const model::Song&);
|
||||
void updateArtist(model::Song&, const model::Song&);
|
||||
|
||||
static void printArtist(const model::Artist&);
|
||||
private:
|
||||
|
||||
Reference in New Issue
Block a user