Skip to content

Commit

Permalink
Update ID3v24TagMapper.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
certuna authored and Borewit committed Nov 1, 2023
1 parent 49fdcb8 commit 8e968b2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions lib/id3v2/ID3v24TagMapper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,6 @@ const id3v24TagMap: INativeTagMap = {
TDRC: 'date', // date YYYY-MM-DD
TYER: 'year',
TDOR: 'originaldate',
TDRL: 'releasedate',
// 'TMCL:instrument': 'performer:instrument',
'TIPL:arranger': 'arranger',
'TIPL:engineer': 'engineer',
Expand Down Expand Up @@ -146,7 +145,7 @@ const id3v24TagMap: INativeTagMap = {
PCST: 'podcast',
TCAT: 'category',
TDES: 'description',
TDRL: 'date',
TDRL: 'releasedate',
TGID: 'podcastId',
TKWD: 'keywords',
WFED: 'podcasturl'
Expand Down

0 comments on commit 8e968b2

Please sign in to comment.