make sure omdb provider returns a name

This commit is contained in:
Luke Pulverenti
2014-02-22 16:05:00 -05:00
parent b52d99568b
commit 55b770ac2f
3 changed files with 12 additions and 6 deletions

View File

@@ -295,7 +295,7 @@ namespace MediaBrowser.Providers.Manager
{
if (imageService.MergeImages(item, localItem.Images))
{
refreshResult.UpdateType = refreshResult.UpdateType | ItemUpdateType.MetadataImport;
refreshResult.UpdateType = refreshResult.UpdateType | ItemUpdateType.ImageUpdate;
}
if (!string.IsNullOrEmpty(localItem.Item.Name))