id3 icon indicating copy to clipboard operation
id3 copied to clipboard

Update track and tag types.

Open rsridhar25 opened this issue 5 years ago • 0 comments

  • Update track tag type to number since 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 ID3TagV1 to maintain consistency with its usage.

rsridhar25 avatar Feb 03 '20 03:02 rsridhar25