Fix image tags not re-generating properly
This commit is contained in:
parent
5ca8c679ea
commit
e2f8fbd60d
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user