Open JeevanJames opened 6 years ago
Allow two or more tags to be merged into a single Id3Tag instance.
Id3Tag
Implement as a static method on Id3Tag:
Id3Tag merged = Id3Tag.Merge(tag1, tag2, tag3);
Allow two or more tags to be merged into a single
Id3Tag
instance.Implement as a static method on
Id3Tag
: