diff options
Diffstat (limited to 'MediaBrowser.Model/System/SystemInfo.cs')
| -rw-r--r-- | MediaBrowser.Model/System/SystemInfo.cs | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/MediaBrowser.Model/System/SystemInfo.cs b/MediaBrowser.Model/System/SystemInfo.cs index 7173425d1..37aa86047 100644 --- a/MediaBrowser.Model/System/SystemInfo.cs +++ b/MediaBrowser.Model/System/SystemInfo.cs @@ -62,6 +62,12 @@ namespace MediaBrowser.Model.System public string Id { get; set; } /// <summary> + /// Gets or sets the program data path. + /// </summary> + /// <value>The program data path.</value> + public string ProgramDataPath { get; set; } + + /// <summary> /// Initializes a new instance of the <see cref="SystemInfo"/> class. /// </summary> public SystemInfo() |
