diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-28 01:51:48 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2015-05-28 01:51:48 -0400 |
| commit | 3241a11e9902f4d42b0668c04e6eb8bebf7d54e5 (patch) | |
| tree | 8a613932e576a086f08d30d027610cb8609f6daa /MediaBrowser.Common.Implementations/BaseApplicationPaths.cs | |
| parent | f4bd53d4dbb973d442b03cdbe45dd32537a11dda (diff) | |
bump dev version
Diffstat (limited to 'MediaBrowser.Common.Implementations/BaseApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common.Implementations/BaseApplicationPaths.cs | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs index 4ad63b2e3..9ba2effd3 100644 --- a/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs +++ b/MediaBrowser.Common.Implementations/BaseApplicationPaths.cs @@ -24,7 +24,10 @@ namespace MediaBrowser.Common.Implementations /// <summary> /// Gets the path to the system folder /// </summary> - public string ProgramSystemPath { get { return Path.Combine(ProgramDataPath, "system"); } } + public string ProgramSystemPath + { + get { return Path.GetDirectoryName(ApplicationPath); } + } /// <summary> /// The _data directory |
