Fix compiler directive in ServerApplicationPaths
This commit is contained in:
parent
835a71b0b2
commit
9f485c244f
|
@ -17,7 +17,7 @@ namespace MediaBrowser.Server.Implementations
|
|||
: base(true)
|
||||
{
|
||||
}
|
||||
#elif (RELEASE)
|
||||
#else
|
||||
public ServerApplicationPaths()
|
||||
: base(false)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue
Block a user