properly handle multi tags like MP3 ID3 v2.4 tags
This commit is contained in:
@@ -50,7 +50,7 @@ namespace MetaData
|
||||
struct Track
|
||||
{
|
||||
std::vector<Artist> artists;
|
||||
boost::optional<Artist> albumArtist;
|
||||
std::vector<Artist> albumArtists;
|
||||
std::string title;
|
||||
std::string musicBrainzTrackID;
|
||||
std::string musicBrainzRecordID;
|
||||
|
||||
Reference in New Issue
Block a user