瀏覽代碼

fix GetCacheFilePath

Luke Pulverenti 9 年之前
父節點
當前提交
94fa4dce4d
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Emby.Drawing/ImageProcessor.cs

+ 1 - 1
Emby.Drawing/ImageProcessor.cs

@@ -234,7 +234,7 @@ namespace Emby.Drawing
             var quality = options.Quality;
 
             var outputFormat = GetOutputFormat(options.SupportedOutputFormats[0]);
-            var cacheFilePath = GetCacheFilePath(originalImagePath, newSize, quality, dateModified, outputFormat, options.AddPlayedIndicator, options.PercentPlayed, options.UnplayedCount, options.BackgroundColor);
+            var cacheFilePath = GetCacheFilePath(originalImagePath, newSize, quality, dateModified, outputFormat, options.AddPlayedIndicator, options.PercentPlayed, options.UnplayedCount, options.BackgroundColor, options.ForegroundLayer);
 
             var semaphore = GetLock(cacheFilePath);