mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 13:07:36 +03:00
Fix original date (TDOR) mapping for ffmpeg extractor
This commit is contained in:
parent
d6083dab6e
commit
f5d97823e8
1 changed files with 3 additions and 2 deletions
|
@ -45,6 +45,7 @@ func (e *Extractor) CustomMappings() metadata.ParsedTags {
|
|||
return metadata.ParsedTags{
|
||||
"disc": {"tpa"},
|
||||
"has_picture": {"metadata_block_picture"},
|
||||
"originaldate": {"tdor"},
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue