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

Use nfo provided remote images on initial scan
This commit is contained in:
Claus Vium
2023-01-02 18:43:49 +01:00
committed by GitHub

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