update dlna images

This commit is contained in:
Luke Pulverenti 2016-04-05 15:34:09 -04:00
parent 1071a5a5f3
commit 6844b2a457

View file

@ -979,7 +979,10 @@ namespace MediaBrowser.Dlna.Didl
if (item != null) if (item != null)
{ {
return GetImageInfo(item, ImageType.Primary); if (item.HasImage(ImageType.Primary))
{
return GetImageInfo(item, ImageType.Primary);
}
} }
return null; return null;