update dlna images
This commit is contained in:
parent
1071a5a5f3
commit
6844b2a457
|
@ -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…
Reference in New Issue
Block a user