mirror of
https://github.com/taglib/taglib.git
synced 2026-02-16 05:03:10 -05:00
Fix a bug that Tag::setProperties() clears the date instead of the track number.
This commit is contained in:
@ -137,7 +137,7 @@ PropertyMap Tag::setProperties(const PropertyMap &origProps)
|
||||
setTrack(0);
|
||||
}
|
||||
else
|
||||
setYear(0);
|
||||
setTrack(0);
|
||||
|
||||
// for each tag that has been set above, remove the first entry in the corresponding
|
||||
// value list. The others will be returned as unsupported by this format.
|
||||
|
||||
Reference in New Issue
Block a user