Added feature to upload all songs from a directory (optional recursive). Need to document the use of it as well as how to even use this CLI

This commit is contained in:
kdeng00
2019-10-23 20:48:42 -04:00
parent 27aecc7a0d
commit 81892cc52e
11 changed files with 162 additions and 29 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ namespace Models
std::string genre;
int year;
int duration;
std::string data;
int track;
std::string data;
std::string songPath;
};
}