mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-08-11 09:13:54 -04:00
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…
x
Reference in New Issue
Block a user