Updating required flags for uploading a song with metadata
This commit is contained in:
kdeng00
2021-12-31 22:15:17 -05:00
parent 14d3c9acc6
commit 3e25dd77b5
11 changed files with 240 additions and 64 deletions
+4
View File
@@ -18,6 +18,10 @@ namespace Models
std::cout<<"\n";
}
// TODO: Incomplete implementation
std::string toMetadataJson();
int id;
std::string title;
std::string artist;