aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Server.Mono/Program.cs
diff options
context:
space:
mode:
authorLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-09 10:39:04 -0400
committerLuke Pulverenti <luke.pulverenti@gmail.com>2014-07-09 10:39:04 -0400
commit9b8c0d68ce3e816c86a66702a7f5036760a42413 (patch)
tree3248dd14c2d6816b84062e2044232f401b79343e /MediaBrowser.Server.Mono/Program.cs
parente02bf33df37eb12656af12691943121f135d7c36 (diff)
update mono build
Diffstat (limited to 'MediaBrowser.Server.Mono/Program.cs')
-rw-r--r--MediaBrowser.Server.Mono/Program.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Server.Mono/Program.cs b/MediaBrowser.Server.Mono/Program.cs
index b849c7a44..a3e645c8e 100644
--- a/MediaBrowser.Server.Mono/Program.cs
+++ b/MediaBrowser.Server.Mono/Program.cs
@@ -42,7 +42,7 @@ namespace MediaBrowser.Server.Mono
#endif
// Allow this to be specified on the command line.
- var customProgramDataPath = ParseCommandLine();
+ var customProgramDataPath = ParseProgramDataPathFromCommandLine();
var appPaths = CreateApplicationPaths(applicationPath, customProgramDataPath);
@@ -74,7 +74,7 @@ namespace MediaBrowser.Server.Mono
}
}
- private static string ParseCommandLine()
+ private static string ParseProgramDataPathFromCommandLine()
{
var commandArgs = Environment.GetCommandLineArgs().ToList();