Fix compiler directive in ServerApplicationPaths

pull/702/head
Eric Reed 12 years ago
parent 835a71b0b2
commit 9f485c244f

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

Loading…
Cancel
Save