Add support for the OriginalDate tag
See https://picard.musicbrainz.org/docs/mappings/ This tag is useful when the user would like all releases of the same album to be sorted next to each other.
This commit is contained in:
@@ -395,6 +395,7 @@ HaikuOutput::SendTag(const Tag &tag)
|
||||
break;
|
||||
case TAG_GENRE:
|
||||
case TAG_DATE:
|
||||
case TAG_ORIGINAL_DATE:
|
||||
case TAG_PERFORMER:
|
||||
case TAG_COMMENT:
|
||||
case TAG_DISC:
|
||||
|
||||
Reference in New Issue
Block a user