diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-12 03:02:46 -0500 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2016-11-12 03:02:46 -0500 |
| commit | 1714cb8764f2311fd255945d5a03d6b298f62071 (patch) | |
| tree | 43b05abfdff0a4bb49258180798b5df8e0f07b81 /MediaBrowser.ServerApplication | |
| parent | 6865bb53530abbf703b590dd39cfa27274b03107 (diff) | |
update response stream handling
Diffstat (limited to 'MediaBrowser.ServerApplication')
| -rw-r--r-- | MediaBrowser.ServerApplication/MainStartup.cs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/MediaBrowser.ServerApplication/MainStartup.cs b/MediaBrowser.ServerApplication/MainStartup.cs index 09c948a4a8..fa8cccf342 100644 --- a/MediaBrowser.ServerApplication/MainStartup.cs +++ b/MediaBrowser.ServerApplication/MainStartup.cs @@ -291,6 +291,10 @@ namespace MediaBrowser.ServerApplication { get { +#if DEBUG + return false; +#endif + if (_isRunningAsService) { return _canRestartService; |
