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

@@ -1385,6 +1385,7 @@ namespace MediaBrowser.Controller.Entities
new List<FileSystemMetadata>();
var ownedItemsChanged = await RefreshedOwnedItems(options, files, cancellationToken).ConfigureAwait(false);
await LibraryManager.UpdateImagesAsync(this).ConfigureAwait(false); // ensure all image properties in DB are fresh
if (ownedItemsChanged)
{