mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-05-24 02:02:29 -04:00
Prefer original data when getting premiere date from ffprobe
This commit is contained in:
parent
3ee0c68cb7
commit
534e088105
@ -121,6 +121,7 @@ namespace MediaBrowser.MediaEncoding.Probing
|
||||
|
||||
// Several different forms of retail/premiere date
|
||||
info.PremiereDate =
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "originaldate") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "retaildate") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "retail date") ??
|
||||
FFProbeHelpers.GetDictionaryDateTime(tags, "retail_date") ??
|
||||
|
Loading…
x
Reference in New Issue
Block a user