mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-17 22:43:07 +03:00
Fix image tags not re-generating properly
This commit is contained in:
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user