Browse Source

Fix compiler directive in ServerApplicationPaths

Eric Reed 12 years ago
parent
commit
9f485c244f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MediaBrowser.Server.Implementations/ServerApplicationPaths.cs

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

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