This commit is contained in:
Luke Pulverenti 2013-07-22 19:59:37 -04:00
commit 5435c66c52
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)
{

View File

@ -24,4 +24,4 @@ http://community.mediabrowser.tv/
Release: 3.0.4931.24071<br/>
Beta: 3.0.4927.41486<br/>
Dev: 3.0.4934.24658
Dev: 3.0.4951.28135