Downloading functionality added #4 and #7

This commit is contained in:
amazing-username
2019-06-08 00:09:26 -04:00
parent 723206019e
commit 0e6ca31ed2
6 changed files with 104 additions and 4 deletions
+2 -1
View File
@@ -15,7 +15,8 @@ namespace Models
std::string genre;
int year;
int duration;
char* songData;
char *songData;
std::string data;
std::string songPath;
};
}