Fix original date (TDOR) mapping for ffmpeg extractor

This commit is contained in:
Deluan 2023-06-06 19:11:15 -04:00 committed by Joe Stump
parent 7b76df6033
commit ee1cc93375
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -45,6 +45,7 @@ func (e *Extractor) CustomMappings() metadata.ParsedTags {
return metadata.ParsedTags{
"disc": {"tpa"},
"has_picture": {"metadata_block_picture"},
"originaldate": {"tdor"},
}
}