You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 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.
* use tryParse just in case
0 commit comments