diff --git a/Emby.Server.Implementations/ApplicationHost.cs b/Emby.Server.Implementations/ApplicationHost.cs
index e2d2719e5..a8b8e5fb9 100644
--- a/Emby.Server.Implementations/ApplicationHost.cs
+++ b/Emby.Server.Implementations/ApplicationHost.cs
@@ -203,10 +203,10 @@ namespace Emby.Server.Implementations
public bool HasPendingRestart { get; private set; }
///
- public bool IsShuttingDown { get; set; }
+ public bool IsShuttingDown { get; private set; }
///
- public bool ShouldRestart { get; set; }
+ public bool ShouldRestart { get; private set; }
///
/// Gets the logger.