You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Given an MP3 file with an ID3v2 tag, if we attempt to use CopyTo on a new Id3v2.Tag to copy values over to the file we can see that text frames from the ID3 are copied over to the Tag abstraction, but the Pictures are left behind.
The text was updated successfully, but these errors were encountered:
seankearney
added a commit
to digitaldjpool/taglib-sharp
that referenced
this issue
Feb 11, 2020
Given an MP3 file with an ID3v2 tag, if we attempt to use
CopyTo
on a newId3v2.Tag
to copy values over to the file we can see that text frames from the ID3 are copied over to theTag
abstraction, but thePictures
are left behind.The text was updated successfully, but these errors were encountered: