diff options
Diffstat (limited to 'MediaBrowser.Server.Mono')
| -rw-r--r-- | MediaBrowser.Server.Mono/Program.cs | 2 | ||||
| -rw-r--r-- | MediaBrowser.Server.Mono/app.config | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index ff3f2ae46..86001887e 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -81,7 +81,7 @@ namespace MediaBrowser.Server.Mono private static ServerApplicationPaths CreateApplicationPaths() { - return new ServerApplicationPaths("D:\\MonoTest"); + return new ServerApplicationPaths(); } private static void RunApplication(ServerApplicationPaths appPaths, ILogManager logManager) diff --git a/MediaBrowser.Server.Mono/app.config b/MediaBrowser.Server.Mono/app.config index 0f0042497..843dae41d 100644 --- a/MediaBrowser.Server.Mono/app.config +++ b/MediaBrowser.Server.Mono/app.config @@ -7,7 +7,7 @@ <targets async="true"></targets> </nlog> <appSettings> - <add key="DebugProgramDataPath" value="..\..\..\..\ProgramData-Server" /> + <add key="DebugProgramDataPath" value="ProgramData-Server" /> <add key="ReleaseProgramDataPath" value="%ApplicationData%" /> <add key="ProgramDataFolderName" value="MediaBrowser-Server" /> </appSettings> |
