Explorar el Código

Fix image tags not re-generating properly

Eric Reed hace 12 años
padre
commit
e2f8fbd60d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      MediaBrowser.Controller/Dto/DtoBuilder.cs

+ 1 - 1
MediaBrowser.Controller/Dto/DtoBuilder.cs

@@ -1197,7 +1197,7 @@ namespace MediaBrowser.Controller.Dto
         {
             try
             {
-                return Kernel.Instance.ImageManager.GetImageCacheTag(item, ImageType.Screenshot, path);
+                return Kernel.Instance.ImageManager.GetImageCacheTag(item, type, path);
             }
             catch (IOException ex)
             {