Use nfo provided remote images on initial scan

This commit is contained in:
David Ullmer 2023-01-02 11:07:00 +01:00
parent 411246e90f
commit 6e7b0a8cb2
No known key found for this signature in database
GPG Key ID: 4AEABE3359D5883C

View File

@ -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;
}