Saving changes

This commit is contained in:
kdeng00
2022-01-09 00:31:43 -05:00
parent a1b2e5f64a
commit e90278995a
8 changed files with 60 additions and 70 deletions
+2
View File
@@ -78,6 +78,8 @@ private:
void printAction() noexcept;
void printFlags() noexcept;
std::vector<std::string> parsedFlags();
std::string action;
std::vector<Models::Flags> flags;
+3
View File
@@ -55,6 +55,9 @@ private:
void downloadSong();
void retrieveObjects();
void uploadSong();
Models::Token parseToken(Models::API);
// Uploads a single song. The song is constructed from a metadata file that contains
// information about the album the song is from. Also, the cover art of the song must
// be present.