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
|
@ -43,8 +43,9 @@ func (e *Extractor) Parse(files ...string) (map[string]metadata.ParsedTags, erro
|
||||||
|
|
||||||
func (e *Extractor) CustomMappings() metadata.ParsedTags {
|
func (e *Extractor) CustomMappings() metadata.ParsedTags {
|
||||||
return metadata.ParsedTags{
|
return metadata.ParsedTags{
|
||||||
"disc": {"tpa"},
|
"disc": {"tpa"},
|
||||||
"has_picture": {"metadata_block_picture"},
|
"has_picture": {"metadata_block_picture"},
|
||||||
|
"originaldate": {"tdor"},
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue