Skip to content

Commit

Permalink
RIFF Tag Mapping: Add tag variant for track index
Browse files Browse the repository at this point in the history
(cherry picked from commit 61fe349)
  • Loading branch information
Arthi-chaud authored and Borewit committed Mar 28, 2023
1 parent 0cf3dd0 commit 84211d6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/riff/RiffInfoTagMap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ export const riffInfoTagMap: INativeTagMap = {
TITL: 'title',
IPRD: 'album', // Product
ITRK: 'track',
IPRT: 'track', // Additional tag for track index
COMM: 'comment', // Comments
ICMT: 'comment', // Country
ICNT: 'releasecountry',
Expand Down

0 comments on commit 84211d6

Please sign in to comment.