Explorar o código

Update SessionController.cs

BrianCArnold %!s(int64=4) %!d(string=hai) anos
pai
achega
af03b280bc
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      Jellyfin.Api/Controllers/SessionController.cs

+ 1 - 1
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";
             }