Update Jellyfin.Api/Helpers/RequestHelpers.cs
Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
This commit is contained in:
parent
2eafbc03e4
commit
163d6b0f1d
|
@ -196,7 +196,8 @@ namespace Jellyfin.Api.Helpers
|
|||
}
|
||||
|
||||
return null;
|
||||
}).Where(i => i.HasValue)
|
||||
})
|
||||
.Where(i => i.HasValue)
|
||||
.Select(i => i!.Value)
|
||||
.ToArray();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user