aboutsummaryrefslogtreecommitdiff
path: root/MediaBrowser.Common/Kernel/IApplicationPaths.cs
diff options
context:
space:
mode:
authorLukePulverenti <luke.pulverenti@gmail.com>2013-03-02 18:27:12 -0500
committerLukePulverenti <luke.pulverenti@gmail.com>2013-03-02 18:27:12 -0500
commit71fe785c6de047a09f6f585fd407332e73415f0e (patch)
tree6680b7ab819bf23f1cad3c833147213a131f7991 /MediaBrowser.Common/Kernel/IApplicationPaths.cs
parentf4f5d31cdec444e3a3fa244581e79251db5e7432 (diff)
parent60662a0f165d1cf4c271c95f00b57fc484ab75e3 (diff)
Merge branch 'master' of https://github.com/MediaBrowser/MediaBrowser
Diffstat (limited to 'MediaBrowser.Common/Kernel/IApplicationPaths.cs')
-rw-r--r--MediaBrowser.Common/Kernel/IApplicationPaths.cs6
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>