mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Add system path to IApplicationPaths/BaseApplicationPaths
This commit is contained in:
parent
5d397aa363
commit
3abf1f7ed2
@ -42,6 +42,11 @@ namespace MediaBrowser.Common.Implementations
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the path to the system folder
|
||||||
|
/// </summary>
|
||||||
|
public string ProgramSystemPath { get { return Path.Combine(ProgramDataPath, "System"); }}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// The _data directory
|
/// The _data directory
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
@ -12,6 +12,12 @@ namespace MediaBrowser.Common.Kernel
|
|||||||
/// <value>The program data path.</value>
|
/// <value>The program data path.</value>
|
||||||
string ProgramDataPath { get; }
|
string ProgramDataPath { get; }
|
||||||
|
|
||||||
|
/// <summary>
|
||||||
|
/// Gets the path to the program system folder
|
||||||
|
/// </summary>
|
||||||
|
/// <value>The program data path.</value>
|
||||||
|
string ProgramSystemPath { get; }
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Gets the folder path to the data directory
|
/// Gets the folder path to the data directory
|
||||||
/// </summary>
|
/// </summary>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user