Fixes metadata refresh problems with NFO files
This commit is contained in:
parent
e5dcaa6ed5
commit
a0011886b0
|
@ -720,7 +720,7 @@ namespace MediaBrowser.Providers.Manager
|
|||
refreshResult.UpdateType |= ItemUpdateType.ImageUpdate;
|
||||
}
|
||||
|
||||
MergeData(localItem, temp, Array.Empty<MetadataField>(), !options.ReplaceAllMetadata, true);
|
||||
MergeData(localItem, temp, Array.Empty<MetadataField>(), options.ReplaceAllMetadata, true);
|
||||
refreshResult.UpdateType |= ItemUpdateType.MetadataImport;
|
||||
|
||||
// Only one local provider allowed per item
|
||||
|
|
Loading…
Reference in New Issue
Block a user