mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-17 19:54:47 +01:00
update response stream handling
This commit is contained in:
@@ -291,6 +291,10 @@ namespace MediaBrowser.ServerApplication
|
||||
{
|
||||
get
|
||||
{
|
||||
#if DEBUG
|
||||
return false;
|
||||
#endif
|
||||
|
||||
if (_isRunningAsService)
|
||||
{
|
||||
return _canRestartService;
|
||||
|
||||
Reference in New Issue
Block a user