diff options
Diffstat (limited to 'MediaBrowser.Server.Mono/Program.cs')
| -rw-r--r-- | MediaBrowser.Server.Mono/Program.cs | 4 |
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(); |
