Skip to content

Commit

Permalink
Fix id3v2.3 & id3v2.4 W-Frames
Browse files Browse the repository at this point in the history
Resolves #2206
  • Loading branch information
Borewit committed Aug 9, 2024
1 parent 15c1617 commit 551ccaf
Show file tree
Hide file tree
Showing 2 changed files with 474 additions and 473 deletions.
1 change: 1 addition & 0 deletions lib/id3v2/FrameParser.ts
Original file line number Diff line number Diff line change
Expand Up @@ -333,6 +333,7 @@ export class FrameParser {
case 'WPAY':
case 'WPUB':
// Decode URL
fzero = util.findZero(uint8Array, offset + 1, length, encoding);
output = util.decodeString(uint8Array.slice(offset, fzero), defaultEnc);
break;

Expand Down
Loading

0 comments on commit 551ccaf

Please sign in to comment.