From f98b619b643a9af7b892ce8a591972fac5bb21d4 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Wed, 18 Jun 2014 11:12:20 -0400 Subject: fix language selections --- MediaBrowser.Controller/Drawing/IImageProcessor.cs | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'MediaBrowser.Controller/Drawing/IImageProcessor.cs') diff --git a/MediaBrowser.Controller/Drawing/IImageProcessor.cs b/MediaBrowser.Controller/Drawing/IImageProcessor.cs index 9c42e0581..51466c4f9 100644 --- a/MediaBrowser.Controller/Drawing/IImageProcessor.cs +++ b/MediaBrowser.Controller/Drawing/IImageProcessor.cs @@ -61,13 +61,10 @@ namespace MediaBrowser.Controller.Drawing /// Gets the image cache tag. /// /// The item. - /// Type of the image. - /// The original image path. - /// The date modified. + /// The image. /// The image enhancers. /// Guid. - string GetImageCacheTag(IHasImages item, ImageType imageType, string originalImagePath, DateTime dateModified, - List imageEnhancers); + string GetImageCacheTag(IHasImages item, ItemImageInfo image, List imageEnhancers); /// /// Processes the image. -- cgit v1.2.3