Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: parse correctly the null character
Some ID3v2 have an \0 null character as a year. `int.parse()`throws an exception if it can't translate the string into an integer.
- Loading branch information