id3
id3 copied to clipboard
Update track and tag types.
- Update track tag type to
numbersince it is used as a number.v1Header.getUint8(126);returns a number, not a string, hence the reason for the proposed change. - Update tag type to be
ID3TagV1to maintain consistency with its usage.