aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Implementations
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-02-25 22:43:56 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-02-25 22:43:56 -0500
commitefdb2f3990f6a5250949b7a86bbd83def876f612 (patch)
treed4c7df1c5f159e5a544ebf0b168f18cb302a7712 /MediaBrowser.Server.Implementations
parent2d06095447b972c8c7239277428e2c67c8b7ca86 (diff)
parent59ce9444786c4cb3a4eac23f4d26c537a9983c8f (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Conflicts: Nuget/MediaBrowser.ApiClient.nuspec
Diffstat (limited to 'MediaBrowser.Server.Implementations')
-rw-r--r--MediaBrowser.Server.Implementations/ServerApplicationPaths.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
index a5e5b39c4..ff29badff 100644
--- a/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
+++ b/MediaBrowser.Server.Implementations/ServerApplicationPaths.cs
@@ -17,7 +17,7 @@ namespace MediaBrowser.Server.Implementations
: base(true)
{
}
-#elif (RELEASE)
+#else
public ServerApplicationPaths()
: base(false)
{