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:
Bart Nagel
2017-04-16 16:08:19 -07:00
parent f85d4d28d1
commit ccb4f44caf
5 changed files with 12 additions and 0 deletions

View File

@@ -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: