mirror of
https://github.com/taglib/taglib.git
synced 2025-06-04 01:28:21 -04:00
When saving only v2 with stripOthers (which means stripping v1), the data from v1 would still be duplicated to v2. Likewise for the other way around. This is not the expected outcome when e.g. a frame was removed in v2, because it would be added again on save from the v1 data. The test shows that. This changes save to only duplicate the data when the other tag type will not be stripped.
Description
No description provided
Languages
C++
95.9%
CMake
2.5%
C
1.1%
Logos
0.5%