diff options
| author | Eric Reed <ebr@mediabrowser3.com> | 2013-02-25 16:43:16 -0500 |
|---|---|---|
| committer | Eric Reed <ebr@mediabrowser3.com> | 2013-02-25 20:12:07 -0500 |
| commit | 9f485c244f9adeeb669abc6361ed1a0e3ec7bb15 (patch) | |
| tree | 533217c735485fca9648438d5b19388c83d99a92 | |
| parent | 835a71b0b236dc32100c4bcb248f178b45ec5238 (diff) | |
Fix compiler directive in ServerApplicationPaths
| -rw-r--r-- | MediaBrowser.Server.Implementations/ServerApplicationPaths.cs | 2 |
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) { |
