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
+3
View File
@@ -17,6 +17,9 @@ namespace manager
SongManager(std::string&);
SongManager(const model::BinaryPath&);
bool didSongChange(const model::Song&, const model::Song&);
bool requiresFilesystemChange(const model::Song&, const model::Song&);
void saveSong(model::Song&);
void deleteSong(model::Song&);
void updateSong(model::Song&);