Cover art record saved in the database. Next is to save the song record to the database and then try to download the song afterwards
This commit is contained in:
@@ -15,6 +15,7 @@ struct Song
|
||||
int duration;
|
||||
std::string songPath;
|
||||
std::vector<unsigned char> data;
|
||||
int coverArtId;
|
||||
};
|
||||
|
||||
struct Cover
|
||||
|
||||
Reference in New Issue
Block a user