Don't duplicate from ID3v1 to ID3v2 when saving only ID3v2
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.
Loading
Please sign in to comment