Merge pull request #8995 from daullmer/nfo-remote-images-initial

Use nfo provided remote images on initial scan
pull/9003/head
Claus Vium 1 year ago committed by GitHub
commit 223aaec93f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -685,7 +685,8 @@ namespace MediaBrowser.Providers.Manager
{
try
{
if (!options.IsReplacingImage(remoteImage.Type))
if (item.ImageInfos.Any(x => x.Type == remoteImage.Type)
&& !options.IsReplacingImage(remoteImage.Type))
{
continue;
}

Loading…
Cancel
Save