2
0
Эх сурвалжийг харах

Fix compiler directive in ServerApplicationPaths

Eric Reed 12 жил өмнө
parent
commit
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)
         {