axl1232 2 weeks ago committed by GitHub
commit 81669eb20e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -60,6 +60,11 @@ namespace Emby.Server.Implementations.Images
return ItemUpdateType.None;
}
if (!options.ReplaceAllImages)
{
return ItemUpdateType.None;
}
var updateType = ItemUpdateType.None;
if (SupportedImages.Contains(ImageType.Primary))

Loading…
Cancel
Save