mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-04-20 13:13:36 +02:00
Fix image tags not re-generating properly
This commit is contained in:
parent
5ca8c679ea
commit
e2f8fbd60d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue