소스 검색

Update SessionController.cs

BrianCArnold 4 년 전
부모
커밋
af03b280bc
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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";
             }