Update SessionController.cs

pull/5631/head
BrianCArnold 3 years ago committed by GitHub
parent 80fe48fda9
commit af03b280bc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -323,7 +323,7 @@ namespace Jellyfin.Api.Controllers
[FromRoute, Required] string sessionId,
[FromBody, Required] MessageCommand command)
{
if (string.IsNullOrWhiteSpace(command.Header))
if (string.IsNullOrWhiteSpace(command.Header))
{
command.Header = "Message from Server";
}

Loading…
Cancel
Save