mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-04-24 14:08:44 -04:00
Fix empty statement in DidlBuilder.cs
This commit is contained in:
parent
e0315b5695
commit
e8f6a61131
1 changed files with 1 additions and 1 deletions
|
@ -932,7 +932,7 @@ namespace Emby.Dlna.Didl
|
||||||
|
|
||||||
private void AddCover(BaseItem item, BaseItem context, StubType? stubType, XmlWriter writer)
|
private void AddCover(BaseItem item, BaseItem context, StubType? stubType, XmlWriter writer)
|
||||||
{
|
{
|
||||||
ImageDownloadInfo imageInfo = GetImageInfo(item);;
|
ImageDownloadInfo imageInfo = GetImageInfo(item);
|
||||||
|
|
||||||
if (imageInfo == null)
|
if (imageInfo == null)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue