Limit removal scope

This commit is contained in:
Shadowghost
2024-06-09 00:46:19 +02:00
parent 19a89d5a60
commit f9e7d5229e
4 changed files with 41 additions and 32 deletions

View File

@@ -1884,7 +1884,7 @@ namespace Emby.Server.Implementations.Library
try
{
var index = item.GetImageIndex(img);
image = await ConvertImageToLocal(item, img, index, removeOnFailure: true).ConfigureAwait(false);
image = await ConvertImageToLocal(item, img, index, true).ConfigureAwait(false);
}
catch (ArgumentException)
{