mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-21 20:31:54 +00:00
update dlna images
This commit is contained in:
parent
1071a5a5f3
commit
6844b2a457
1 changed files with 4 additions and 1 deletions
|
|
@ -979,7 +979,10 @@ namespace MediaBrowser.Dlna.Didl
|
|||
|
||||
if (item != null)
|
||||
{
|
||||
return GetImageInfo(item, ImageType.Primary);
|
||||
if (item.HasImage(ImageType.Primary))
|
||||
{
|
||||
return GetImageInfo(item, ImageType.Primary);
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue