aadsm / jsmediatags

Media Tags Reader (ID3, MP4, FLAC)
Other
738 stars 128 forks source link

Do not unsynchronize frames twice. #137

Closed slipszi closed 3 years ago

slipszi commented 3 years ago

If the tag has the unsynchronization flag set and one of the frames' format flag also specifies unsynchronization, then the frame should be unsynchronized just once.

aadsm commented 3 years ago

(It seems that I've stopped getting PR mails from this repo, so sorry for only looking into this now)

This is great, thank you for finding this and submit a patch!