diff options
| author | ebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com> | 2012-08-04 13:11:47 -0400 |
|---|---|---|
| committer | ebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com> | 2012-08-04 13:11:47 -0400 |
| commit | 61330b2fb441c8bf33303d0f8fc4e93417defceb (patch) | |
| tree | 1c8225b4298d5f08c5d0d43065d43dbbf8482b94 | |
| parent | 9b20718e2fbdf63b00cfb2c995966cdad006891b (diff) | |
grrr - paste error
| -rw-r--r-- | MediaBrowser.Common/Configuration/ApplicationPaths.cs | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/MediaBrowser.Common/Configuration/ApplicationPaths.cs b/MediaBrowser.Common/Configuration/ApplicationPaths.cs index f24111025..c12ddd486 100644 --- a/MediaBrowser.Common/Configuration/ApplicationPaths.cs +++ b/MediaBrowser.Common/Configuration/ApplicationPaths.cs @@ -41,9 +41,9 @@ namespace MediaBrowser.Common.Configuration if (_pluginsPath == null)
{
_pluginsPath = Path.Combine(ProgramDataPath, "plugins");
- if (!Directory.Exists(_configurationPath))
+ if (!Directory.Exists(_pluginsPath))
{
- Directory.CreateDirectory(_configurationPath);
+ Directory.CreateDirectory(_pluginsPath);
}
}
|
