bump dev version

This commit is contained in:
Luke Pulverenti
2015-05-28 01:51:48 -04:00
parent f4bd53d4db
commit 3241a11e99
6 changed files with 37 additions and 20 deletions

View File

@@ -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