mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:16:47 +00:00
3.0.5666.5
This commit is contained in:
parent
6270f4c912
commit
fe7fd7cd26
3 changed files with 3 additions and 9 deletions
|
|
@ -205,7 +205,7 @@ namespace MediaBrowser.Server.Implementations.Photos
|
|||
|
||||
if (item is UserView)
|
||||
{
|
||||
return HasChanged(item, ImageType.Primary) || HasChanged(item, ImageType.Thumb);
|
||||
return HasChanged(item, ImageType.Primary);
|
||||
}
|
||||
|
||||
var items = GetItemsWithImages(item).Result;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue