mirror of
https://github.com/clangen/musikcube.git
synced 2024-11-19 20:13:36 +00:00
Fix for Issue #120
This commit is contained in:
parent
bafa0aa701
commit
3000f9ca64
@ -226,7 +226,7 @@ bool TaglibMetadataReader::GetID3v2Tag(const char* uri, musik::core::sdk::ITrack
|
||||
}
|
||||
|
||||
if (!allTags["TCOP"].isEmpty()) { /* ID3v2.3*/
|
||||
this->SetTagValue("year", allTags["TDRC"].front()->toString().substr(0, 4), track);
|
||||
this->SetTagValue("year", allTags["TCOP"].front()->toString().substr(0, 4), track);
|
||||
}
|
||||
|
||||
/* TRCK is the track number (or "trackNum/totalTracks") */
|
||||
|
Loading…
Reference in New Issue
Block a user