소스 검색

Apply suggestions from code review

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Patrick Barron 2 년 전
부모
커밋
ab0790271a
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      Emby.Server.Implementations/ApplicationHost.cs

+ 2 - 2
Emby.Server.Implementations/ApplicationHost.cs

@@ -203,10 +203,10 @@ namespace Emby.Server.Implementations
         public bool HasPendingRestart { get; private set; }
 
         /// <inheritdoc />
-        public bool IsShuttingDown { get; set; }
+        public bool IsShuttingDown { get; private set; }
 
         /// <inheritdoc />
-        public bool ShouldRestart { get; set; }
+        public bool ShouldRestart { get; private set; }
 
         /// <summary>
         /// Gets the logger.