aboutsummaryrefslogtreecommitdiff
path: root/Jellyfin.Api/Controllers/SessionController.cs
diff options
context:
space:
mode:
authorBrianCArnold <trenchie@trenchie.us>2021-03-31 01:23:51 -0400
committerGitHub <noreply@github.com>2021-03-31 01:23:51 -0400
commitaf03b280bc91f65712af2cc854e8bf1ad349748a (patch)
tree70d98d97b4efe160e32b9720129cffce35f0df06 /Jellyfin.Api/Controllers/SessionController.cs
parent80fe48fda972eff0d6b58ac8a9e2f63d44a1b23e (diff)
Update SessionController.cs
Diffstat (limited to 'Jellyfin.Api/Controllers/SessionController.cs')
-rw-r--r--Jellyfin.Api/Controllers/SessionController.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Jellyfin.Api/Controllers/SessionController.cs b/Jellyfin.Api/Controllers/SessionController.cs
index b64cbe30c..1981e213e 100644
--- a/Jellyfin.Api/Controllers/SessionController.cs
+++ b/Jellyfin.Api/Controllers/SessionController.cs
@@ -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";
}