mirror of
https://github.com/navidrome/navidrome.git
synced 2026-05-03 06:51:16 +00:00
Fix original date (TDOR) mapping for ffmpeg extractor
This commit is contained in:
parent
7b76df6033
commit
ee1cc93375
@ -45,6 +45,7 @@ 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…
x
Reference in New Issue
Block a user