update dlna images
This commit is contained in:
parent
1071a5a5f3
commit
6844b2a457
|
@ -978,9 +978,12 @@ namespace MediaBrowser.Dlna.Didl
|
|||
item = item.GetParents().FirstOrDefault(i => i.HasImage(ImageType.Primary));
|
||||
|
||||
if (item != null)
|
||||
{
|
||||
if (item.HasImage(ImageType.Primary))
|
||||
{
|
||||
return GetImageInfo(item, ImageType.Primary);
|
||||
}
|
||||
}
|
||||
|
||||
return null;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user