Use nfo provided remote images on initial scan
This commit is contained in:
parent
411246e90f
commit
6e7b0a8cb2
|
@ -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…
Reference in New Issue
Block a user