diff options
| author | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-01 23:17:10 -0400 |
|---|---|---|
| committer | Luke Pulverenti <luke.pulverenti@gmail.com> | 2013-06-01 23:17:10 -0400 |
| commit | 7736c8cefc3093d1edcd056f5e89fdb1cdca926f (patch) | |
| tree | 85b64b9c0caef664e8236a8637f32089e5686879 /MediaBrowser.Model/System/SystemInfo.cs | |
| parent | 5b280de5196a382b3651c7073cf5e76ae7e6e761 (diff) | |
display program data path and bookmark in the dashboard
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() |
