mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 22:17:25 -04:00
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
This commit is contained in:
commit
5435c66c52
2 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
{
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue