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…
Reference in New Issue
Block a user