Update Jellyfin.Api/Helpers/RequestHelpers.cs

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
pull/4305/head
Cody Robibero 4 years ago committed by GitHub
parent 2eafbc03e4
commit 163d6b0f1d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -196,7 +196,8 @@ namespace Jellyfin.Api.Helpers
}
return null;
}).Where(i => i.HasValue)
})
.Where(i => i.HasValue)
.Select(i => i!.Value)
.ToArray();
}

Loading…
Cancel
Save