mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-06-01 21:38:27 +01:00
update dlna images
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user