track and disc numbers are now part of the song's metadata and saved to the database
This commit is contained in:
@@ -13,6 +13,8 @@ struct Song
|
||||
std::string genre;
|
||||
int year;
|
||||
int duration;
|
||||
int track;
|
||||
int disc;
|
||||
std::string songPath;
|
||||
std::vector<unsigned char> data;
|
||||
int coverArtId;
|
||||
|
||||
Reference in New Issue
Block a user