diff options
Diffstat (limited to 'MediaBrowser.Common/Kernel/IApplicationPaths.cs')
| -rw-r--r-- | MediaBrowser.Common/Kernel/IApplicationPaths.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Common/Kernel/IApplicationPaths.cs b/MediaBrowser.Common/Kernel/IApplicationPaths.cs index abb783642..52c3b199d 100644 --- a/MediaBrowser.Common/Kernel/IApplicationPaths.cs +++ b/MediaBrowser.Common/Kernel/IApplicationPaths.cs @@ -13,6 +13,12 @@ namespace MediaBrowser.Common.Kernel string ProgramDataPath { get; } /// <summary> + /// Gets the path to the program system folder + /// </summary> + /// <value>The program data path.</value> + string ProgramSystemPath { get; } + + /// <summary> /// Gets the folder path to the data directory /// </summary> /// <value>The data directory.</value> |
