Skip to content

Commit

Permalink
Merge pull request #10090 from scampower3/Metadata-refresh-fix
Browse files Browse the repository at this point in the history
Fixes metadata refresh problems with NFO files
  • Loading branch information
cvium committed Aug 11, 2023
2 parents b9dee52 + a001188 commit 3e9bead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion MediaBrowser.Providers/Manager/MetadataService.cs
Original file line number Diff line number Diff line change
Expand Up @@ -720,7 +720,7 @@ public bool CanRefreshPrimary(Type type)
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
Expand Down

0 comments on commit 3e9bead

Please sign in to comment.