This commit is contained in:
Luke Pulverenti
2013-07-22 19:59:37 -04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1210,7 +1210,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)
{