mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-03-04 17:26:19 +00:00
Fix compiler directive in ServerApplicationPaths
This commit is contained in:
@@ -17,7 +17,7 @@ namespace MediaBrowser.Server.Implementations
|
||||
: base(true)
|
||||
{
|
||||
}
|
||||
#elif (RELEASE)
|
||||
#else
|
||||
public ServerApplicationPaths()
|
||||
: base(false)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user