Explorar o código

Fix compiler directive in ServerApplicationPaths

Eric Reed %!s(int64=12) %!d(string=hai) anos
pai
achega
9f485c244f

+ 1 - 1
MediaBrowser.Server.Implementations/ServerApplicationPaths.cs

@@ -17,7 +17,7 @@ namespace MediaBrowser.Server.Implementations
             : base(true)
         {
         }
-#elif (RELEASE)
+#else
         public ServerApplicationPaths()
             : base(false)
         {