Don't do double remove in BaseDynamicImageProvider

This commit is contained in:
gnattu 2024-11-03 03:02:35 +08:00
parent 469bf9d514
commit 3aefbf8cf6

View File

@ -122,7 +122,6 @@ namespace Emby.Server.Implementations.Images
}
await ProviderManager.SaveImage(item, outputPath, mimeType, imageType, null, false, cancellationToken).ConfigureAwait(false);
File.Delete(outputPath);
return ItemUpdateType.ImageUpdate;
}