Răsfoiți Sursa

Update SessionController.cs

BrianCArnold 4 ani în urmă
părinte
comite
af03b280bc
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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,
             [FromRoute, Required] string sessionId,
             [FromBody, Required] MessageCommand command)
             [FromBody, Required] MessageCommand command)
         {
         {
-            if (string.IsNullOrWhiteSpace(command.Header)) 
+            if (string.IsNullOrWhiteSpace(command.Header))
             {
             {
                 command.Header =  "Message from Server";
                 command.Header =  "Message from Server";
             }
             }