mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-21 09:34:44 +01:00
Fix backwards merge
This commit is contained in:
@@ -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)
|
||||||
|
|||||||
Reference in New Issue
Block a user