dhowden / tag

ID3, MP4 and OGG/FLAC metadata parsing in Go
BSD 2-Clause "Simplified" License
558 stars 72 forks source link

Fix UFID error #82

Open redlex-spb opened 2 years ago

redlex-spb commented 2 years ago

Fix UFID error: "expected to split UFID data into 2 pieces"

redlex-spb commented 2 years ago

I ran into problems related to the smaller length of the array when splitting. Added comment.