浏览代码

Fix compiler directive in ServerApplicationPaths

Eric Reed 12 年之前
父节点
当前提交
9f485c244f
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
         {