Skip to content

Commit

Permalink
add iTunes compilation flag (#92)
Browse files Browse the repository at this point in the history
  • Loading branch information
kaytwo authored Jan 26, 2025
1 parent 596c935 commit 9851634
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions browser-id3-writer.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,7 @@ declare module 'browser-id3-writer' {
id:
| 'TALB'
| 'TCOP'
| 'TCMP'
| 'TDAT'
| 'TEXT'
| 'TIT1'
Expand Down
1 change: 1 addition & 0 deletions src/ID3Writer.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -209,6 +209,7 @@ export class ID3Writer {
case 'TKEY': // musical key in which the sound starts
case 'TEXT': // lyricist / text writer
case 'TDAT': // album release date expressed as DDMM
case 'TCMP': // compilation flag ("1" stored as a string)
case 'TSRC': {
// isrc
this._setStringFrame(frameName, frameValue);
Expand Down

0 comments on commit 9851634

Please sign in to comment.