update dlna images

pull/702/head
Luke Pulverenti 9 years ago
parent 1071a5a5f3
commit 6844b2a457

@ -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;

Loading…
Cancel
Save