artcom-net / mp3-tagger

ID3 data editor
MIT License
35 stars 16 forks source link

fixed a bug in _unpack_bytes() #2

Closed axelkennedal closed 5 years ago

axelkennedal commented 6 years ago

This function sometimes crashed when attempting to read strange data. The pattern would not match so there would be no group(0) - and it crashed instead of just returning None.