mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix backwards merge
This commit is contained in:
parent
9145be6bfc
commit
58041e1f9d
@ -748,7 +748,7 @@ namespace MediaBrowser.Providers.Manager
|
|||||||
if (!options.RemoveOldMetadata)
|
if (!options.RemoveOldMetadata)
|
||||||
{
|
{
|
||||||
// Add existing metadata to provider result if it does not exist there
|
// Add existing metadata to provider result if it does not exist there
|
||||||
MergeData(temp, metadata, Array.Empty<MetadataField>(), false, false);
|
MergeData(metadata, temp, Array.Empty<MetadataField>(), false, false);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isLocalLocked)
|
if (isLocalLocked)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user