display program data path and bookmark in the dashboard

This commit is contained in:
Luke Pulverenti
2013-06-01 23:17:10 -04:00
parent 5b280de519
commit 7736c8cefc
4 changed files with 46 additions and 2 deletions

View File

@@ -61,6 +61,12 @@ namespace MediaBrowser.Model.System
/// <value>The id.</value>
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>