mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-06 12:10:17 -05:00
Update SessionController.cs
This commit is contained in:
parent
80fe48fda9
commit
af03b280bc
@ -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…
x
Reference in New Issue
Block a user