Adapted Review sugestions

This commit is contained in:
JPVenson 2024-10-22 11:47:05 +00:00
parent a9f387f19b
commit 421b49dee9

View File

@ -424,12 +424,7 @@ public sealed class ImageProcessor : IImageProcessor, IDisposable
return null;
}
return GetImageCacheTag(item, new ItemImageInfo
{
Path = chapter.ImagePath,
Type = ImageType.Chapter,
DateModified = chapter.ImageDateModified
});
return (item.Path + chapter.ImageDateModified.Ticks).GetMD5().ToString("N", CultureInfo.InvariantCulture);
}
/// <inheritdoc />