43081j / id3

A JavaScript ID3 tags parser for Node & browsers.
MIT License
335 stars 63 forks source link

Changes to prevent crashing in certain edge cases (within mp3's in my library). #19

Open mmcev106 opened 9 years ago

mmcev106 commented 9 years ago

I added a few checks/tweaks to fix cases that were causing crashes due to "Index out of range" errors on mp3's in my library.

dkniffin commented 9 years ago

:+1: This fixes crashing with my library as well. I'd like to see it merged.