Forgot to revert some other changes, dunno if needed

This commit is contained in:
cvium
2020-12-10 18:02:12 +01:00
parent 3f6e6c4839
commit 15a3d8d626
2 changed files with 6 additions and 0 deletions

View File

@@ -354,6 +354,11 @@ namespace MediaBrowser.Controller.Entities
{
await currentChild.UpdateToRepositoryAsync(ItemUpdateType.MetadataImport, cancellationToken).ConfigureAwait(false);
}
else
{
// metadata is up-to-date; make sure DB has correct images dimensions and hash
await LibraryManager.UpdateImagesAsync(currentChild).ConfigureAwait(false);
}
continue;
}