diff options
| author | Luke <luke.pulverenti@gmail.com> | 2016-10-19 02:32:34 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-10-19 02:32:34 -0400 |
| commit | b9c64d7e8d80feeaabf3e61dc3fbb43f576db8ff (patch) | |
| tree | afb41dd72c62c979a0e575a29c4afc720e8fc0b1 /MediaBrowser.ServerApplication/MainStartup.cs | |
| parent | 5e8181e34a8359bb153cd90935bd64670b8f5409 (diff) | |
| parent | b7c6ffe0131db74ba50fb397d43279af8f616bce (diff) | |
Merge pull request #2244 from MediaBrowser/dev
Dev
Diffstat (limited to 'MediaBrowser.ServerApplication/MainStartup.cs')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index d1972a938..b2c7445e2 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -71,7 +71,7 @@ namespace MediaBrowser.ServerApplication if (_isRunningAsService) { - _canRestartService = CanRestartWindowsService(); + //_canRestartService = CanRestartWindowsService(); } var currentProcess = Process.GetCurrentProcess(); |
