aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com>2012-08-04 14:04:46 -0400
committerebr11 Eric Reed spam <ebr11 Eric Reed spam@reedsplace.com>2012-08-04 14:04:46 -0400
commitd6f07f9764423871eedd1781a27a3555c479eee7 (patch)
tree76948e0cce200d8f1d059361dbdf9745da1fd09d
parent61330b2fb441c8bf33303d0f8fc4e93417defceb (diff)
hopefully last stupid typo in apppaths...
-rw-r--r--MediaBrowser.Common/Configuration/ApplicationPaths.cs2
1 files changed, 1 insertions, 1 deletions
diff --git a/MediaBrowser.Common/Configuration/ApplicationPaths.cs b/MediaBrowser.Common/Configuration/ApplicationPaths.cs
index c12ddd486..43cf4cf88 100644
--- a/MediaBrowser.Common/Configuration/ApplicationPaths.cs
+++ b/MediaBrowser.Common/Configuration/ApplicationPaths.cs
@@ -188,7 +188,7 @@ namespace MediaBrowser.Common.Configuration
}
}
- return _pluginsPath;
+ return _ibnPath;
}
}