瀏覽代碼

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)
             : base(true)
         {
         {
         }
         }
-#elif (RELEASE)
+#else
         public ServerApplicationPaths()
         public ServerApplicationPaths()
             : base(false)
             : base(false)
         {
         {