فهرست منبع

Apply suggestions from code review

Co-authored-by: Claus Vium <cvium@users.noreply.github.com>
Patrick Barron 1 سال پیش
والد
کامیت
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; }
         public bool HasPendingRestart { get; private set; }
 
 
         /// <inheritdoc />
         /// <inheritdoc />
-        public bool IsShuttingDown { get; set; }
+        public bool IsShuttingDown { get; private set; }
 
 
         /// <inheritdoc />
         /// <inheritdoc />
-        public bool ShouldRestart { get; set; }
+        public bool ShouldRestart { get; private set; }
 
 
         /// <summary>
         /// <summary>
         /// Gets the logger.
         /// Gets the logger.