mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Fix compiler directive in ServerApplicationPaths
This commit is contained in:
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…
x
Reference in New Issue
Block a user