aboutsummaryrefslogtreecommitdiff
path: root/Emby.Server.Core
diff options
context:
space:
mode:
authorLuke <luke.pulverenti@gmail.com>2016-11-12 17:49:50 -0500
committerGitHub <noreply@github.com>2016-11-12 17:49:50 -0500
commit6cbebfcc4ecf408f0f8dd9d07579045fb55a782e (patch)
tree8915e9036e301656f3e8da53f8aaab85f4298781 /Emby.Server.Core
parentfc6184b15968fb0541f57f4c461aaf8df25e28e0 (diff)
parent102bbe2beb76fa76b21f4ed3f7c584a58d787204 (diff)
Merge pull request #2284 from MediaBrowser/dev
Dev
Diffstat (limited to 'Emby.Server.Core')
-rw-r--r--Emby.Server.Core/ApplicationHost.cs3
1 files changed, 0 insertions, 3 deletions
diff --git a/Emby.Server.Core/ApplicationHost.cs b/Emby.Server.Core/ApplicationHost.cs
index 0c0ef894e..5c8aea7ed 100644
--- a/Emby.Server.Core/ApplicationHost.cs
+++ b/Emby.Server.Core/ApplicationHost.cs
@@ -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