diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-09 14:51:24 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2017-09-09 14:51:24 -0400 |
| commit | 4ceb9eb6c5ac2d98a5499a96cdb56af88b0e6bb6 (patch) | |
| tree | 9672a355ca604d3b13ead3a50a2aed4a0d6a0cfd /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 9a5a6f569deee21931f26c03a72b0ea0340639f5 (diff) | |
update restart function
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index fce9dea4f..f9f3bf52e 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -36,6 +36,8 @@ namespace MediaBrowser.Model.System /// <value><c>true</c> if this instance has pending restart; otherwise, <c>false</c>.</value> public bool HasPendingRestart { get; set; } + public bool IsShuttingDown { get; set; } + /// <summary> /// Gets or sets a value indicating whether [supports library monitor]. /// </summary> |
