update response stream handling

This commit is contained in:
Luke Pulverenti
2016-11-12 03:02:46 -05:00
parent 6865bb5353
commit 1714cb8764
7 changed files with 32 additions and 15 deletions

View File

@@ -1136,9 +1136,6 @@ namespace Emby.Server.Core
{
get
{
#if DEBUG
return false;
#endif
#pragma warning disable 162
return NativeApp.CanSelfUpdate;
#pragma warning restore 162