From 576768de594a56512693715d5748973984fe5f97 Mon Sep 17 00:00:00 2001 From: Luke Pulverenti Date: Tue, 25 Nov 2014 23:12:29 -0500 Subject: update translations --- MediaBrowser.Server.Mono/Program.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'MediaBrowser.Server.Mono/Program.cs') diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs index 2fb983850..0df213d90 100644 --- a/MediaBrowser.Server.Mono/Program.cs +++ b/MediaBrowser.Server.Mono/Program.cs @@ -58,7 +58,7 @@ namespace MediaBrowser.Server.Mono { if (string.IsNullOrEmpty(programDataPath)) { - return new ServerApplicationPaths(applicationPath); + return new ServerApplicationPaths(ApplicationPathHelper.GetProgramDataPath(applicationPath), applicationPath); } return new ServerApplicationPaths(programDataPath, applicationPath); -- cgit v1.2.3