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 quality = options.Quality;
 
 
             var outputFormat = GetOutputFormat(options.SupportedOutputFormats[0]);
             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);
             var semaphore = GetLock(cacheFilePath);